Class V1ContainerStatusFluentImpl<A extends V1ContainerStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ContainerStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ContainerStatusFluent<A>
- Direct Known Subclasses:
V1ContainerStatusBuilder
public class V1ContainerStatusFluentImpl<A extends V1ContainerStatusFluent<A>>
extends BaseFluent<A>
implements V1ContainerStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ContainerStatusFluent
V1ContainerStatusFluent.LastStateNested<N>, V1ContainerStatusFluent.StateNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ContainerStatusFluentImpl
(io.kubernetes.client.openapi.models.V1ContainerStatus instance) -
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) boolean
getImage()
io.kubernetes.client.openapi.models.V1ContainerState
Deprecated.getName()
getReady()
io.kubernetes.client.openapi.models.V1ContainerState
getState()
Deprecated.int
hashCode()
hasImage()
hasName()
hasReady()
hasState()
toString()
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) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ContainerStatusFluentImpl
public V1ContainerStatusFluentImpl() -
V1ContainerStatusFluentImpl
public V1ContainerStatusFluentImpl(io.kubernetes.client.openapi.models.V1ContainerStatus instance)
-
-
Method Details
-
getContainerID
- Specified by:
getContainerID
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withContainerID
- Specified by:
withContainerID
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasContainerID
- Specified by:
hasContainerID
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getImage
- Specified by:
getImage
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withImage
- Specified by:
withImage
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasImage
- Specified by:
hasImage
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getImageID
- Specified by:
getImageID
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withImageID
- Specified by:
withImageID
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasImageID
- Specified by:
hasImageID
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getLastState
Deprecated.This method has been deprecated, please use method buildLastState instead.- Specified by:
getLastState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
- Returns:
- The buildable object.
-
buildLastState
public io.kubernetes.client.openapi.models.V1ContainerState buildLastState()- Specified by:
buildLastState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withLastState
- Specified by:
withLastState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasLastState
- Specified by:
hasLastState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withNewLastState
- Specified by:
withNewLastState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withNewLastStateLike
public V1ContainerStatusFluent.LastStateNested<A> withNewLastStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) - Specified by:
withNewLastStateLike
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
editLastState
- Specified by:
editLastState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
editOrNewLastState
- Specified by:
editOrNewLastState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
editOrNewLastStateLike
public V1ContainerStatusFluent.LastStateNested<A> editOrNewLastStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) - Specified by:
editOrNewLastStateLike
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getReady
- Specified by:
getReady
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withReady
- Specified by:
withReady
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasReady
- Specified by:
hasReady
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getRestartCount
- Specified by:
getRestartCount
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withRestartCount
- Specified by:
withRestartCount
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasRestartCount
- Specified by:
hasRestartCount
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getStarted
- Specified by:
getStarted
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withStarted
- Specified by:
withStarted
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasStarted
- Specified by:
hasStarted
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
getState
Deprecated.This method has been deprecated, please use method buildState instead.- Specified by:
getState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
- Returns:
- The buildable object.
-
buildState
public io.kubernetes.client.openapi.models.V1ContainerState buildState()- Specified by:
buildState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withState
- Specified by:
withState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
hasState
- Specified by:
hasState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withNewState
- Specified by:
withNewState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withNewStateLike
public V1ContainerStatusFluent.StateNested<A> withNewStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) - Specified by:
withNewStateLike
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
editState
- Specified by:
editState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
editOrNewState
- Specified by:
editOrNewState
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
editOrNewStateLike
public V1ContainerStatusFluent.StateNested<A> editOrNewStateLike(io.kubernetes.client.openapi.models.V1ContainerState item) - Specified by:
editOrNewStateLike
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ContainerStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ContainerStatusFluent<A>>
-
toString
-
withReady
- Specified by:
withReady
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-
withStarted
- Specified by:
withStarted
in interfaceV1ContainerStatusFluent<A extends V1ContainerStatusFluent<A>>
-