Class V1PodStatusFluentImpl<A extends V1PodStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PodStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1PodStatusFluent<A>
- Direct Known Subclasses:
V1PodStatusBuilder
public class V1PodStatusFluentImpl<A extends V1PodStatusFluent<A>>
extends BaseFluent<A>
implements V1PodStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1PodStatusFluent
V1PodStatusFluent.ConditionsNested<N>, V1PodStatusFluent.ContainerStatusesNested<N>, V1PodStatusFluent.EphemeralContainerStatusesNested<N>, V1PodStatusFluent.InitContainerStatusesNested<N>, V1PodStatusFluent.PodIPsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1PodStatusFluentImpl(io.kubernetes.client.openapi.models.V1PodStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions(Collection<io.kubernetes.client.openapi.models.V1PodCondition> items) addAllToContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) addAllToEphemeralContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) addAllToInitContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) addAllToPodIPs(Collection<io.kubernetes.client.openapi.models.V1PodIP> items) addNewConditionLike(io.kubernetes.client.openapi.models.V1PodCondition item) addNewContainerStatusLike(io.kubernetes.client.openapi.models.V1ContainerStatus item) addNewEphemeralContainerStatusLike(io.kubernetes.client.openapi.models.V1ContainerStatus item) addNewInitContainerStatusLike(io.kubernetes.client.openapi.models.V1ContainerStatus item) addNewPodIPLike(io.kubernetes.client.openapi.models.V1PodIP item) addToConditions(io.kubernetes.client.openapi.models.V1PodCondition... items) addToConditions(Integer index, io.kubernetes.client.openapi.models.V1PodCondition item) addToContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) addToContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) addToEphemeralContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) addToEphemeralContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) addToInitContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) addToInitContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) addToPodIPs(io.kubernetes.client.openapi.models.V1PodIP... items) addToPodIPs(Integer index, io.kubernetes.client.openapi.models.V1PodIP item) io.kubernetes.client.openapi.models.V1PodConditionbuildCondition(Integer index) List<io.kubernetes.client.openapi.models.V1PodCondition>io.kubernetes.client.openapi.models.V1ContainerStatusbuildContainerStatus(Integer index) List<io.kubernetes.client.openapi.models.V1ContainerStatus>io.kubernetes.client.openapi.models.V1ContainerStatusList<io.kubernetes.client.openapi.models.V1ContainerStatus>io.kubernetes.client.openapi.models.V1PodConditionio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1PodIPio.kubernetes.client.openapi.models.V1ContainerStatusbuildInitContainerStatus(Integer index) List<io.kubernetes.client.openapi.models.V1ContainerStatus>io.kubernetes.client.openapi.models.V1PodConditionio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1PodIPio.kubernetes.client.openapi.models.V1PodConditionbuildMatchingCondition(Predicate<V1PodConditionBuilder> predicate) io.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1ContainerStatusio.kubernetes.client.openapi.models.V1PodIPbuildMatchingPodIP(Predicate<V1PodIPBuilder> predicate) io.kubernetes.client.openapi.models.V1PodIPbuildPodIP(Integer index) List<io.kubernetes.client.openapi.models.V1PodIP>editCondition(Integer index) editContainerStatus(Integer index) editInitContainerStatus(Integer index) editMatchingCondition(Predicate<V1PodConditionBuilder> predicate) editMatchingPodIP(Predicate<V1PodIPBuilder> predicate) booleanList<io.kubernetes.client.openapi.models.V1PodCondition>Deprecated.List<io.kubernetes.client.openapi.models.V1ContainerStatus>Deprecated.List<io.kubernetes.client.openapi.models.V1ContainerStatus>Deprecated.List<io.kubernetes.client.openapi.models.V1ContainerStatus>Deprecated.getPhase()getPodIP()List<io.kubernetes.client.openapi.models.V1PodIP>Deprecated.inthashCode()hasMatchingCondition(Predicate<V1PodConditionBuilder> predicate) hasMatchingPodIP(Predicate<V1PodIPBuilder> predicate) hasPhase()hasPodIP()removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1PodCondition> items) removeAllFromContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) removeAllFromEphemeralContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) removeAllFromInitContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) removeAllFromPodIPs(Collection<io.kubernetes.client.openapi.models.V1PodIP> items) removeFromConditions(io.kubernetes.client.openapi.models.V1PodCondition... items) removeFromContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) removeFromEphemeralContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) removeFromInitContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) removeFromPodIPs(io.kubernetes.client.openapi.models.V1PodIP... items) removeMatchingFromPodIPs(Predicate<V1PodIPBuilder> predicate) setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1PodCondition item) setNewContainerStatusLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) setNewEphemeralContainerStatusLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) setNewInitContainerStatusLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) setNewPodIPLike(Integer index, io.kubernetes.client.openapi.models.V1PodIP item) setToConditions(Integer index, io.kubernetes.client.openapi.models.V1PodCondition item) setToContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) setToEphemeralContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) setToInitContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) setToPodIPs(Integer index, io.kubernetes.client.openapi.models.V1PodIP item) toString()withConditions(io.kubernetes.client.openapi.models.V1PodCondition... conditions) withConditions(List<io.kubernetes.client.openapi.models.V1PodCondition> conditions) withContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... containerStatuses) withContainerStatuses(List<io.kubernetes.client.openapi.models.V1ContainerStatus> containerStatuses) withEphemeralContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... ephemeralContainerStatuses) withEphemeralContainerStatuses(List<io.kubernetes.client.openapi.models.V1ContainerStatus> ephemeralContainerStatuses) withHostIP(String hostIP) withInitContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... initContainerStatuses) withInitContainerStatuses(List<io.kubernetes.client.openapi.models.V1ContainerStatus> initContainerStatuses) withMessage(String message) withNominatedNodeName(String nominatedNodeName) withPodIPs(io.kubernetes.client.openapi.models.V1PodIP... podIPs) withPodIPs(List<io.kubernetes.client.openapi.models.V1PodIP> podIPs) withQosClass(String qosClass) withReason(String reason) withStartTime(OffsetDateTime startTime) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PodStatusFluentImpl
public V1PodStatusFluentImpl() -
V1PodStatusFluentImpl
public V1PodStatusFluentImpl(io.kubernetes.client.openapi.models.V1PodStatus instance)
-
-
Method Details
-
addToConditions
- Specified by:
addToConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setToConditions
- Specified by:
setToConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addAllToConditions
- Specified by:
addAllToConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeFromConditions
- Specified by:
removeFromConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1PodCondition> items) - Specified by:
removeAllFromConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeMatchingFromConditions
- Specified by:
removeMatchingFromConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
- Specified by:
buildConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildCondition
- Specified by:
buildConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildFirstCondition
public io.kubernetes.client.openapi.models.V1PodCondition buildFirstCondition()- Specified by:
buildFirstConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildLastCondition
public io.kubernetes.client.openapi.models.V1PodCondition buildLastCondition()- Specified by:
buildLastConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildMatchingCondition
public io.kubernetes.client.openapi.models.V1PodCondition buildMatchingCondition(Predicate<V1PodConditionBuilder> predicate) - Specified by:
buildMatchingConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasMatchingCondition
- Specified by:
hasMatchingConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withConditions
- Specified by:
withConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasConditions
- Specified by:
hasConditionsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewCondition
- Specified by:
addNewConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewConditionLike
public V1PodStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1PodCondition item) - Specified by:
addNewConditionLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setNewConditionLike
public V1PodStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1PodCondition item) - Specified by:
setNewConditionLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editCondition
- Specified by:
editConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editFirstCondition
- Specified by:
editFirstConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editLastCondition
- Specified by:
editLastConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editMatchingCondition
public V1PodStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1PodConditionBuilder> predicate) - Specified by:
editMatchingConditionin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToContainerStatuses
public A addToContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
addToContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setToContainerStatuses
public A setToContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
setToContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToContainerStatuses
- Specified by:
addToContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addAllToContainerStatuses
public A addAllToContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) - Specified by:
addAllToContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeFromContainerStatuses
public A removeFromContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) - Specified by:
removeFromContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeAllFromContainerStatuses
public A removeAllFromContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) - Specified by:
removeAllFromContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeMatchingFromContainerStatuses
- Specified by:
removeMatchingFromContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getContainerStatuses
@Deprecated public List<io.kubernetes.client.openapi.models.V1ContainerStatus> getContainerStatuses()Deprecated.This method has been deprecated, please use method buildContainerStatuses instead.- Specified by:
getContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>- Returns:
- The buildable object.
-
buildContainerStatuses
- Specified by:
buildContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildContainerStatus
- Specified by:
buildContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildFirstContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildFirstContainerStatus()- Specified by:
buildFirstContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildLastContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildLastContainerStatus()- Specified by:
buildLastContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildMatchingContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildMatchingContainerStatus(Predicate<V1ContainerStatusBuilder> predicate) - Specified by:
buildMatchingContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasMatchingContainerStatus
- Specified by:
hasMatchingContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withContainerStatuses
public A withContainerStatuses(List<io.kubernetes.client.openapi.models.V1ContainerStatus> containerStatuses) - Specified by:
withContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withContainerStatuses
public A withContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... containerStatuses) - Specified by:
withContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasContainerStatuses
- Specified by:
hasContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewContainerStatus
- Specified by:
addNewContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewContainerStatusLike
public V1PodStatusFluent.ContainerStatusesNested<A> addNewContainerStatusLike(io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
addNewContainerStatusLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setNewContainerStatusLike
public V1PodStatusFluent.ContainerStatusesNested<A> setNewContainerStatusLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
setNewContainerStatusLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editContainerStatus
- Specified by:
editContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editFirstContainerStatus
- Specified by:
editFirstContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editLastContainerStatus
- Specified by:
editLastContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editMatchingContainerStatus
public V1PodStatusFluent.ContainerStatusesNested<A> editMatchingContainerStatus(Predicate<V1ContainerStatusBuilder> predicate) - Specified by:
editMatchingContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToEphemeralContainerStatuses
public A addToEphemeralContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
addToEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setToEphemeralContainerStatuses
public A setToEphemeralContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
setToEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToEphemeralContainerStatuses
public A addToEphemeralContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) - Specified by:
addToEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addAllToEphemeralContainerStatuses
public A addAllToEphemeralContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) - Specified by:
addAllToEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeFromEphemeralContainerStatuses
public A removeFromEphemeralContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) - Specified by:
removeFromEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeAllFromEphemeralContainerStatuses
public A removeAllFromEphemeralContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) - Specified by:
removeAllFromEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeMatchingFromEphemeralContainerStatuses
public A removeMatchingFromEphemeralContainerStatuses(Predicate<V1ContainerStatusBuilder> predicate) - Specified by:
removeMatchingFromEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getEphemeralContainerStatuses
@Deprecated public List<io.kubernetes.client.openapi.models.V1ContainerStatus> getEphemeralContainerStatuses()Deprecated.This method has been deprecated, please use method buildEphemeralContainerStatuses instead.- Specified by:
getEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>- Returns:
- The buildable object.
-
buildEphemeralContainerStatuses
public List<io.kubernetes.client.openapi.models.V1ContainerStatus> buildEphemeralContainerStatuses()- Specified by:
buildEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildEphemeralContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildEphemeralContainerStatus(Integer index) - Specified by:
buildEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildFirstEphemeralContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildFirstEphemeralContainerStatus()- Specified by:
buildFirstEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildLastEphemeralContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildLastEphemeralContainerStatus()- Specified by:
buildLastEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildMatchingEphemeralContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildMatchingEphemeralContainerStatus(Predicate<V1ContainerStatusBuilder> predicate) - Specified by:
buildMatchingEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasMatchingEphemeralContainerStatus
- Specified by:
hasMatchingEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withEphemeralContainerStatuses
public A withEphemeralContainerStatuses(List<io.kubernetes.client.openapi.models.V1ContainerStatus> ephemeralContainerStatuses) - Specified by:
withEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withEphemeralContainerStatuses
public A withEphemeralContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... ephemeralContainerStatuses) - Specified by:
withEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasEphemeralContainerStatuses
- Specified by:
hasEphemeralContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewEphemeralContainerStatus
- Specified by:
addNewEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewEphemeralContainerStatusLike
public V1PodStatusFluent.EphemeralContainerStatusesNested<A> addNewEphemeralContainerStatusLike(io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
addNewEphemeralContainerStatusLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setNewEphemeralContainerStatusLike
public V1PodStatusFluent.EphemeralContainerStatusesNested<A> setNewEphemeralContainerStatusLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
setNewEphemeralContainerStatusLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editEphemeralContainerStatus
public V1PodStatusFluent.EphemeralContainerStatusesNested<A> editEphemeralContainerStatus(Integer index) - Specified by:
editEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editFirstEphemeralContainerStatus
- Specified by:
editFirstEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editLastEphemeralContainerStatus
- Specified by:
editLastEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editMatchingEphemeralContainerStatus
public V1PodStatusFluent.EphemeralContainerStatusesNested<A> editMatchingEphemeralContainerStatus(Predicate<V1ContainerStatusBuilder> predicate) - Specified by:
editMatchingEphemeralContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getHostIP
- Specified by:
getHostIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withHostIP
- Specified by:
withHostIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasHostIP
- Specified by:
hasHostIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToInitContainerStatuses
public A addToInitContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
addToInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setToInitContainerStatuses
public A setToInitContainerStatuses(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
setToInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToInitContainerStatuses
- Specified by:
addToInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addAllToInitContainerStatuses
public A addAllToInitContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) - Specified by:
addAllToInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeFromInitContainerStatuses
public A removeFromInitContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... items) - Specified by:
removeFromInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeAllFromInitContainerStatuses
public A removeAllFromInitContainerStatuses(Collection<io.kubernetes.client.openapi.models.V1ContainerStatus> items) - Specified by:
removeAllFromInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeMatchingFromInitContainerStatuses
- Specified by:
removeMatchingFromInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getInitContainerStatuses
@Deprecated public List<io.kubernetes.client.openapi.models.V1ContainerStatus> getInitContainerStatuses()Deprecated.This method has been deprecated, please use method buildInitContainerStatuses instead.- Specified by:
getInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>- Returns:
- The buildable object.
-
buildInitContainerStatuses
- Specified by:
buildInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildInitContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildInitContainerStatus(Integer index) - Specified by:
buildInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildFirstInitContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildFirstInitContainerStatus()- Specified by:
buildFirstInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildLastInitContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildLastInitContainerStatus()- Specified by:
buildLastInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildMatchingInitContainerStatus
public io.kubernetes.client.openapi.models.V1ContainerStatus buildMatchingInitContainerStatus(Predicate<V1ContainerStatusBuilder> predicate) - Specified by:
buildMatchingInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasMatchingInitContainerStatus
- Specified by:
hasMatchingInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withInitContainerStatuses
public A withInitContainerStatuses(List<io.kubernetes.client.openapi.models.V1ContainerStatus> initContainerStatuses) - Specified by:
withInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withInitContainerStatuses
public A withInitContainerStatuses(io.kubernetes.client.openapi.models.V1ContainerStatus... initContainerStatuses) - Specified by:
withInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasInitContainerStatuses
- Specified by:
hasInitContainerStatusesin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewInitContainerStatus
- Specified by:
addNewInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewInitContainerStatusLike
public V1PodStatusFluent.InitContainerStatusesNested<A> addNewInitContainerStatusLike(io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
addNewInitContainerStatusLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setNewInitContainerStatusLike
public V1PodStatusFluent.InitContainerStatusesNested<A> setNewInitContainerStatusLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerStatus item) - Specified by:
setNewInitContainerStatusLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editInitContainerStatus
- Specified by:
editInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editFirstInitContainerStatus
- Specified by:
editFirstInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editLastInitContainerStatus
- Specified by:
editLastInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editMatchingInitContainerStatus
public V1PodStatusFluent.InitContainerStatusesNested<A> editMatchingInitContainerStatus(Predicate<V1ContainerStatusBuilder> predicate) - Specified by:
editMatchingInitContainerStatusin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getMessage
- Specified by:
getMessagein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withMessage
- Specified by:
withMessagein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasMessage
- Specified by:
hasMessagein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getNominatedNodeName
- Specified by:
getNominatedNodeNamein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withNominatedNodeName
- Specified by:
withNominatedNodeNamein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasNominatedNodeName
- Specified by:
hasNominatedNodeNamein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getPhase
- Specified by:
getPhasein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withPhase
- Specified by:
withPhasein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasPhase
- Specified by:
hasPhasein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getPodIP
- Specified by:
getPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withPodIP
- Specified by:
withPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasPodIP
- Specified by:
hasPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToPodIPs
- Specified by:
addToPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setToPodIPs
- Specified by:
setToPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addToPodIPs
- Specified by:
addToPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addAllToPodIPs
- Specified by:
addAllToPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeFromPodIPs
- Specified by:
removeFromPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeAllFromPodIPs
- Specified by:
removeAllFromPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
removeMatchingFromPodIPs
- Specified by:
removeMatchingFromPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getPodIPs
Deprecated.This method has been deprecated, please use method buildPodIPs instead.- Specified by:
getPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>- Returns:
- The buildable object.
-
buildPodIPs
- Specified by:
buildPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildPodIP
- Specified by:
buildPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildFirstPodIP
public io.kubernetes.client.openapi.models.V1PodIP buildFirstPodIP()- Specified by:
buildFirstPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildLastPodIP
public io.kubernetes.client.openapi.models.V1PodIP buildLastPodIP()- Specified by:
buildLastPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
buildMatchingPodIP
public io.kubernetes.client.openapi.models.V1PodIP buildMatchingPodIP(Predicate<V1PodIPBuilder> predicate) - Specified by:
buildMatchingPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasMatchingPodIP
- Specified by:
hasMatchingPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withPodIPs
- Specified by:
withPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withPodIPs
- Specified by:
withPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasPodIPs
- Specified by:
hasPodIPsin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewPodIP
- Specified by:
addNewPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
addNewPodIPLike
public V1PodStatusFluent.PodIPsNested<A> addNewPodIPLike(io.kubernetes.client.openapi.models.V1PodIP item) - Specified by:
addNewPodIPLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
setNewPodIPLike
public V1PodStatusFluent.PodIPsNested<A> setNewPodIPLike(Integer index, io.kubernetes.client.openapi.models.V1PodIP item) - Specified by:
setNewPodIPLikein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editPodIP
- Specified by:
editPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editFirstPodIP
- Specified by:
editFirstPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editLastPodIP
- Specified by:
editLastPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
editMatchingPodIP
- Specified by:
editMatchingPodIPin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getQosClass
- Specified by:
getQosClassin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withQosClass
- Specified by:
withQosClassin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasQosClass
- Specified by:
hasQosClassin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getReason
- Specified by:
getReasonin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withReason
- Specified by:
withReasonin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasReason
- Specified by:
hasReasonin interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
getStartTime
- Specified by:
getStartTimein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
withStartTime
- Specified by:
withStartTimein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
hasStartTime
- Specified by:
hasStartTimein interfaceV1PodStatusFluent<A extends V1PodStatusFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1PodStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1PodStatusFluent<A>>
-
toString
-