Interface V1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PodStatusFluent.ContainerStatusesNested<N>
,V1PodStatusFluent.EphemeralContainerStatusesNested<N>
,V1PodStatusFluent.InitContainerStatusesNested<N>
- All Known Implementing Classes:
V1ContainerStatusBuilder
,V1ContainerStatusFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ContainerState
io.kubernetes.client.openapi.models.V1ContainerState
editOrNewLastStateLike
(io.kubernetes.client.openapi.models.V1ContainerState item) editOrNewStateLike
(io.kubernetes.client.openapi.models.V1ContainerState item) getImage()
io.kubernetes.client.openapi.models.V1ContainerState
Deprecated.getName()
getReady()
io.kubernetes.client.openapi.models.V1ContainerState
getState()
Deprecated.hasImage()
hasName()
hasReady()
hasState()
withContainerID
(String containerID) withImageID
(String imageID) withLastState
(io.kubernetes.client.openapi.models.V1ContainerState lastState) withNewLastStateLike
(io.kubernetes.client.openapi.models.V1ContainerState item) withNewStateLike
(io.kubernetes.client.openapi.models.V1ContainerState item) withRestartCount
(Integer restartCount) withStarted
(Boolean started) withState
(io.kubernetes.client.openapi.models.V1ContainerState state)
-
Method Details
-
getContainerID
String getContainerID() -
withContainerID
-
hasContainerID
Boolean hasContainerID() -
getImage
String getImage() -
withImage
-
hasImage
Boolean hasImage() -
getImageID
String getImageID() -
withImageID
-
hasImageID
Boolean hasImageID() -
getLastState
Deprecated.This method has been deprecated, please use method buildLastState instead.- Returns:
- The buildable object.
-
buildLastState
io.kubernetes.client.openapi.models.V1ContainerState buildLastState() -
withLastState
-
hasLastState
Boolean hasLastState() -
withNewLastState
V1ContainerStatusFluent.LastStateNested<A> withNewLastState() -
withNewLastStateLike
V1ContainerStatusFluent.LastStateNested<A> withNewLastStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) -
editLastState
V1ContainerStatusFluent.LastStateNested<A> editLastState() -
editOrNewLastState
V1ContainerStatusFluent.LastStateNested<A> editOrNewLastState() -
editOrNewLastStateLike
V1ContainerStatusFluent.LastStateNested<A> editOrNewLastStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getReady
Boolean getReady() -
withReady
-
hasReady
Boolean hasReady() -
getRestartCount
Integer getRestartCount() -
withRestartCount
-
hasRestartCount
Boolean hasRestartCount() -
getStarted
Boolean getStarted() -
withStarted
-
hasStarted
Boolean hasStarted() -
getState
Deprecated.This method has been deprecated, please use method buildState instead.- Returns:
- The buildable object.
-
buildState
io.kubernetes.client.openapi.models.V1ContainerState buildState() -
withState
-
hasState
Boolean hasState() -
withNewState
V1ContainerStatusFluent.StateNested<A> withNewState() -
withNewStateLike
V1ContainerStatusFluent.StateNested<A> withNewStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) -
editState
V1ContainerStatusFluent.StateNested<A> editState() -
editOrNewState
V1ContainerStatusFluent.StateNested<A> editOrNewState() -
editOrNewStateLike
V1ContainerStatusFluent.StateNested<A> editOrNewStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) -
withReady
A withReady() -
withStarted
A withStarted()
-