public class V1ContainerStatusBuilder extends V1ContainerStatusFluentImpl<V1ContainerStatusBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ContainerStatus,V1ContainerStatusBuilder>
V1ContainerStatusFluentImpl.LastStateNestedImpl<N>, V1ContainerStatusFluentImpl.StateNestedImpl<N>
V1ContainerStatusFluent.LastStateNested<N>, V1ContainerStatusFluent.StateNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1ContainerStatusBuilder() |
V1ContainerStatusBuilder(Boolean validationEnabled) |
V1ContainerStatusBuilder(io.kubernetes.client.openapi.models.V1ContainerStatus instance) |
V1ContainerStatusBuilder(io.kubernetes.client.openapi.models.V1ContainerStatus instance,
Boolean validationEnabled) |
V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent) |
V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent,
Boolean validationEnabled) |
V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ContainerStatus instance) |
V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ContainerStatus instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1ContainerStatus |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
buildLastState, buildState, editLastState, editOrNewLastState, editOrNewLastStateLike, editOrNewState, editOrNewStateLike, editState, getContainerID, getImage, getImageID, getLastState, getName, getReady, getRestartCount, getStarted, getState, hasContainerID, hasImage, hasImageID, hasLastState, hasName, hasReady, hasRestartCount, hasStarted, hasState, withContainerID, withImage, withImageID, withLastState, withName, withNewContainerID, withNewImage, withNewImageID, withNewLastState, withNewLastStateLike, withNewName, withNewState, withNewStateLike, withReady, withRestartCount, withStarted, withState
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1ContainerStatusBuilder()
public V1ContainerStatusBuilder(Boolean validationEnabled)
public V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent)
public V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent, Boolean validationEnabled)
public V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1ContainerStatus instance)
public V1ContainerStatusBuilder(V1ContainerStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1ContainerStatus instance, Boolean validationEnabled)
public V1ContainerStatusBuilder(io.kubernetes.client.openapi.models.V1ContainerStatus instance)
public V1ContainerStatusBuilder(io.kubernetes.client.openapi.models.V1ContainerStatus instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1ContainerStatus build()
public boolean equals(Object o)
equals
in class V1ContainerStatusFluentImpl<V1ContainerStatusBuilder>
public int hashCode()
hashCode
in class V1ContainerStatusFluentImpl<V1ContainerStatusBuilder>
Copyright © 2021. All rights reserved.