public class V1NodeStatusFluentImpl<A extends V1NodeStatusFluent<A>> extends BaseFluent<A> implements V1NodeStatusFluent<A>
V1NodeStatusFluent.AddressesNested<N>, V1NodeStatusFluent.ConditionsNested<N>, V1NodeStatusFluent.ConfigNested<N>, V1NodeStatusFluent.DaemonEndpointsNested<N>, V1NodeStatusFluent.ImagesNested<N>, V1NodeStatusFluent.NodeInfoNested<N>, V1NodeStatusFluent.VolumesAttachedNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1NodeStatusFluentImpl() |
V1NodeStatusFluentImpl(io.kubernetes.client.openapi.models.V1NodeStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToAddresses(Collection<io.kubernetes.client.openapi.models.V1NodeAddress> items) |
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1NodeCondition> items) |
A |
addAllToImages(Collection<io.kubernetes.client.openapi.models.V1ContainerImage> items) |
A |
addAllToVolumesAttached(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items) |
A |
addAllToVolumesInUse(Collection<String> items) |
V1NodeStatusFluent.AddressesNested<A> |
addNewAddress() |
V1NodeStatusFluent.AddressesNested<A> |
addNewAddressLike(io.kubernetes.client.openapi.models.V1NodeAddress item) |
V1NodeStatusFluent.ConditionsNested<A> |
addNewCondition() |
V1NodeStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V1NodeCondition item) |
V1NodeStatusFluent.ImagesNested<A> |
addNewImage() |
V1NodeStatusFluent.ImagesNested<A> |
addNewImageLike(io.kubernetes.client.openapi.models.V1ContainerImage item) |
V1NodeStatusFluent.VolumesAttachedNested<A> |
addNewVolumesAttached() |
V1NodeStatusFluent.VolumesAttachedNested<A> |
addNewVolumesAttachedLike(io.kubernetes.client.openapi.models.V1AttachedVolume item) |
A |
addToAddresses(Integer index,
io.kubernetes.client.openapi.models.V1NodeAddress item) |
A |
addToAddresses(io.kubernetes.client.openapi.models.V1NodeAddress... items) |
A |
addToAllocatable(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
addToAllocatable(String key,
io.kubernetes.client.custom.Quantity value) |
A |
addToCapacity(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
addToCapacity(String key,
io.kubernetes.client.custom.Quantity value) |
A |
addToConditions(Integer index,
io.kubernetes.client.openapi.models.V1NodeCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V1NodeCondition... items) |
A |
addToImages(Integer index,
io.kubernetes.client.openapi.models.V1ContainerImage item) |
A |
addToImages(io.kubernetes.client.openapi.models.V1ContainerImage... items) |
A |
addToVolumesAttached(Integer index,
io.kubernetes.client.openapi.models.V1AttachedVolume item) |
A |
addToVolumesAttached(io.kubernetes.client.openapi.models.V1AttachedVolume... items) |
A |
addToVolumesInUse(Integer index,
String item) |
A |
addToVolumesInUse(String... items) |
io.kubernetes.client.openapi.models.V1NodeAddress |
buildAddress(Integer index) |
List<io.kubernetes.client.openapi.models.V1NodeAddress> |
buildAddresses() |
io.kubernetes.client.openapi.models.V1NodeCondition |
buildCondition(Integer index) |
List<io.kubernetes.client.openapi.models.V1NodeCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V1NodeConfigStatus |
buildConfig() |
io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints |
buildDaemonEndpoints() |
io.kubernetes.client.openapi.models.V1NodeAddress |
buildFirstAddress() |
io.kubernetes.client.openapi.models.V1NodeCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V1ContainerImage |
buildFirstImage() |
io.kubernetes.client.openapi.models.V1AttachedVolume |
buildFirstVolumesAttached() |
io.kubernetes.client.openapi.models.V1ContainerImage |
buildImage(Integer index) |
List<io.kubernetes.client.openapi.models.V1ContainerImage> |
buildImages() |
io.kubernetes.client.openapi.models.V1NodeAddress |
buildLastAddress() |
io.kubernetes.client.openapi.models.V1NodeCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V1ContainerImage |
buildLastImage() |
io.kubernetes.client.openapi.models.V1AttachedVolume |
buildLastVolumesAttached() |
io.kubernetes.client.openapi.models.V1NodeAddress |
buildMatchingAddress(Predicate<V1NodeAddressBuilder> predicate) |
io.kubernetes.client.openapi.models.V1NodeCondition |
buildMatchingCondition(Predicate<V1NodeConditionBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ContainerImage |
buildMatchingImage(Predicate<V1ContainerImageBuilder> predicate) |
io.kubernetes.client.openapi.models.V1AttachedVolume |
buildMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate) |
io.kubernetes.client.openapi.models.V1NodeSystemInfo |
buildNodeInfo() |
List<io.kubernetes.client.openapi.models.V1AttachedVolume> |
buildVolumesAttached() |
io.kubernetes.client.openapi.models.V1AttachedVolume |
buildVolumesAttached(Integer index) |
V1NodeStatusFluent.AddressesNested<A> |
editAddress(Integer index) |
V1NodeStatusFluent.ConditionsNested<A> |
editCondition(Integer index) |
V1NodeStatusFluent.ConfigNested<A> |
editConfig() |
V1NodeStatusFluent.DaemonEndpointsNested<A> |
editDaemonEndpoints() |
V1NodeStatusFluent.AddressesNested<A> |
editFirstAddress() |
V1NodeStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V1NodeStatusFluent.ImagesNested<A> |
editFirstImage() |
V1NodeStatusFluent.VolumesAttachedNested<A> |
editFirstVolumesAttached() |
V1NodeStatusFluent.ImagesNested<A> |
editImage(Integer index) |
V1NodeStatusFluent.AddressesNested<A> |
editLastAddress() |
V1NodeStatusFluent.ConditionsNested<A> |
editLastCondition() |
V1NodeStatusFluent.ImagesNested<A> |
editLastImage() |
V1NodeStatusFluent.VolumesAttachedNested<A> |
editLastVolumesAttached() |
V1NodeStatusFluent.AddressesNested<A> |
editMatchingAddress(Predicate<V1NodeAddressBuilder> predicate) |
V1NodeStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V1NodeConditionBuilder> predicate) |
V1NodeStatusFluent.ImagesNested<A> |
editMatchingImage(Predicate<V1ContainerImageBuilder> predicate) |
V1NodeStatusFluent.VolumesAttachedNested<A> |
editMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate) |
V1NodeStatusFluent.NodeInfoNested<A> |
editNodeInfo() |
V1NodeStatusFluent.ConfigNested<A> |
editOrNewConfig() |
V1NodeStatusFluent.ConfigNested<A> |
editOrNewConfigLike(io.kubernetes.client.openapi.models.V1NodeConfigStatus item) |
V1NodeStatusFluent.DaemonEndpointsNested<A> |
editOrNewDaemonEndpoints() |
V1NodeStatusFluent.DaemonEndpointsNested<A> |
editOrNewDaemonEndpointsLike(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item) |
V1NodeStatusFluent.NodeInfoNested<A> |
editOrNewNodeInfo() |
V1NodeStatusFluent.NodeInfoNested<A> |
editOrNewNodeInfoLike(io.kubernetes.client.openapi.models.V1NodeSystemInfo item) |
V1NodeStatusFluent.VolumesAttachedNested<A> |
editVolumesAttached(Integer index) |
boolean |
equals(Object o) |
List<io.kubernetes.client.openapi.models.V1NodeAddress> |
getAddresses()
Deprecated.
|
Map<String,io.kubernetes.client.custom.Quantity> |
getAllocatable() |
Map<String,io.kubernetes.client.custom.Quantity> |
getCapacity() |
List<io.kubernetes.client.openapi.models.V1NodeCondition> |
getConditions()
Deprecated.
|
io.kubernetes.client.openapi.models.V1NodeConfigStatus |
getConfig()
Deprecated.
|
io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints |
getDaemonEndpoints()
Deprecated.
|
String |
getFirstVolumesInUse() |
List<io.kubernetes.client.openapi.models.V1ContainerImage> |
getImages()
Deprecated.
|
String |
getLastVolumesInUse() |
String |
getMatchingVolumesInUse(Predicate<String> predicate) |
io.kubernetes.client.openapi.models.V1NodeSystemInfo |
getNodeInfo()
Deprecated.
|
String |
getPhase() |
List<io.kubernetes.client.openapi.models.V1AttachedVolume> |
getVolumesAttached()
Deprecated.
|
List<String> |
getVolumesInUse() |
String |
getVolumesInUse(Integer index) |
Boolean |
hasAddresses() |
Boolean |
hasAllocatable() |
Boolean |
hasCapacity() |
Boolean |
hasConditions() |
Boolean |
hasConfig() |
Boolean |
hasDaemonEndpoints() |
int |
hashCode() |
Boolean |
hasImages() |
Boolean |
hasMatchingAddress(Predicate<V1NodeAddressBuilder> predicate) |
Boolean |
hasMatchingCondition(Predicate<V1NodeConditionBuilder> predicate) |
Boolean |
hasMatchingImage(Predicate<V1ContainerImageBuilder> predicate) |
Boolean |
hasMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate) |
Boolean |
hasMatchingVolumesInUse(Predicate<String> predicate) |
Boolean |
hasNodeInfo() |
Boolean |
hasPhase() |
Boolean |
hasVolumesAttached() |
Boolean |
hasVolumesInUse() |
A |
removeAllFromAddresses(Collection<io.kubernetes.client.openapi.models.V1NodeAddress> items) |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1NodeCondition> items) |
A |
removeAllFromImages(Collection<io.kubernetes.client.openapi.models.V1ContainerImage> items) |
A |
removeAllFromVolumesAttached(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items) |
A |
removeAllFromVolumesInUse(Collection<String> items) |
A |
removeFromAddresses(io.kubernetes.client.openapi.models.V1NodeAddress... items) |
A |
removeFromAllocatable(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
removeFromAllocatable(String key) |
A |
removeFromCapacity(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
removeFromCapacity(String key) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V1NodeCondition... items) |
A |
removeFromImages(io.kubernetes.client.openapi.models.V1ContainerImage... items) |
A |
removeFromVolumesAttached(io.kubernetes.client.openapi.models.V1AttachedVolume... items) |
A |
removeFromVolumesInUse(String... items) |
A |
removeMatchingFromAddresses(Predicate<V1NodeAddressBuilder> predicate) |
A |
removeMatchingFromConditions(Predicate<V1NodeConditionBuilder> predicate) |
A |
removeMatchingFromImages(Predicate<V1ContainerImageBuilder> predicate) |
A |
removeMatchingFromVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate) |
V1NodeStatusFluent.AddressesNested<A> |
setNewAddressLike(Integer index,
io.kubernetes.client.openapi.models.V1NodeAddress item) |
V1NodeStatusFluent.ConditionsNested<A> |
setNewConditionLike(Integer index,
io.kubernetes.client.openapi.models.V1NodeCondition item) |
V1NodeStatusFluent.ImagesNested<A> |
setNewImageLike(Integer index,
io.kubernetes.client.openapi.models.V1ContainerImage item) |
V1NodeStatusFluent.VolumesAttachedNested<A> |
setNewVolumesAttachedLike(Integer index,
io.kubernetes.client.openapi.models.V1AttachedVolume item) |
A |
setToAddresses(Integer index,
io.kubernetes.client.openapi.models.V1NodeAddress item) |
A |
setToConditions(Integer index,
io.kubernetes.client.openapi.models.V1NodeCondition item) |
A |
setToImages(Integer index,
io.kubernetes.client.openapi.models.V1ContainerImage item) |
A |
setToVolumesAttached(Integer index,
io.kubernetes.client.openapi.models.V1AttachedVolume item) |
A |
setToVolumesInUse(Integer index,
String item) |
String |
toString() |
A |
withAddresses(List<io.kubernetes.client.openapi.models.V1NodeAddress> addresses) |
A |
withAddresses(io.kubernetes.client.openapi.models.V1NodeAddress... addresses) |
<K,V> A |
withAllocatable(Map<String,io.kubernetes.client.custom.Quantity> allocatable) |
<K,V> A |
withCapacity(Map<String,io.kubernetes.client.custom.Quantity> capacity) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V1NodeCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V1NodeCondition... conditions) |
A |
withConfig(io.kubernetes.client.openapi.models.V1NodeConfigStatus config) |
A |
withDaemonEndpoints(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints daemonEndpoints) |
A |
withImages(List<io.kubernetes.client.openapi.models.V1ContainerImage> images) |
A |
withImages(io.kubernetes.client.openapi.models.V1ContainerImage... images) |
V1NodeStatusFluent.ConfigNested<A> |
withNewConfig() |
V1NodeStatusFluent.ConfigNested<A> |
withNewConfigLike(io.kubernetes.client.openapi.models.V1NodeConfigStatus item) |
V1NodeStatusFluent.DaemonEndpointsNested<A> |
withNewDaemonEndpoints() |
V1NodeStatusFluent.DaemonEndpointsNested<A> |
withNewDaemonEndpointsLike(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item) |
V1NodeStatusFluent.NodeInfoNested<A> |
withNewNodeInfo() |
V1NodeStatusFluent.NodeInfoNested<A> |
withNewNodeInfoLike(io.kubernetes.client.openapi.models.V1NodeSystemInfo item) |
A |
withNodeInfo(io.kubernetes.client.openapi.models.V1NodeSystemInfo nodeInfo) |
A |
withPhase(String phase) |
A |
withVolumesAttached(List<io.kubernetes.client.openapi.models.V1AttachedVolume> volumesAttached) |
A |
withVolumesAttached(io.kubernetes.client.openapi.models.V1AttachedVolume... volumesAttached) |
A |
withVolumesInUse(List<String> volumesInUse) |
A |
withVolumesInUse(String... volumesInUse) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1NodeStatusFluentImpl()
public V1NodeStatusFluentImpl(io.kubernetes.client.openapi.models.V1NodeStatus instance)
public A addToAddresses(Integer index, io.kubernetes.client.openapi.models.V1NodeAddress item)
addToAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A setToAddresses(Integer index, io.kubernetes.client.openapi.models.V1NodeAddress item)
setToAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToAddresses(io.kubernetes.client.openapi.models.V1NodeAddress... items)
addToAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addAllToAddresses(Collection<io.kubernetes.client.openapi.models.V1NodeAddress> items)
addAllToAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromAddresses(io.kubernetes.client.openapi.models.V1NodeAddress... items)
removeFromAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeAllFromAddresses(Collection<io.kubernetes.client.openapi.models.V1NodeAddress> items)
removeAllFromAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeMatchingFromAddresses(Predicate<V1NodeAddressBuilder> predicate)
removeMatchingFromAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1NodeAddress> getAddresses()
getAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public List<io.kubernetes.client.openapi.models.V1NodeAddress> buildAddresses()
buildAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeAddress buildAddress(Integer index)
buildAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeAddress buildFirstAddress()
buildFirstAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeAddress buildLastAddress()
buildLastAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeAddress buildMatchingAddress(Predicate<V1NodeAddressBuilder> predicate)
buildMatchingAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasMatchingAddress(Predicate<V1NodeAddressBuilder> predicate)
hasMatchingAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withAddresses(List<io.kubernetes.client.openapi.models.V1NodeAddress> addresses)
withAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withAddresses(io.kubernetes.client.openapi.models.V1NodeAddress... addresses)
withAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasAddresses()
hasAddresses in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.AddressesNested<A> addNewAddress()
addNewAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.AddressesNested<A> addNewAddressLike(io.kubernetes.client.openapi.models.V1NodeAddress item)
addNewAddressLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.AddressesNested<A> setNewAddressLike(Integer index, io.kubernetes.client.openapi.models.V1NodeAddress item)
setNewAddressLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.AddressesNested<A> editAddress(Integer index)
editAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.AddressesNested<A> editFirstAddress()
editFirstAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.AddressesNested<A> editLastAddress()
editLastAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.AddressesNested<A> editMatchingAddress(Predicate<V1NodeAddressBuilder> predicate)
editMatchingAddress in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToAllocatable(String key, io.kubernetes.client.custom.Quantity value)
addToAllocatable in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToAllocatable(Map<String,io.kubernetes.client.custom.Quantity> map)
addToAllocatable in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromAllocatable(String key)
removeFromAllocatable in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromAllocatable(Map<String,io.kubernetes.client.custom.Quantity> map)
removeFromAllocatable in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Map<String,io.kubernetes.client.custom.Quantity> getAllocatable()
getAllocatable in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public <K,V> A withAllocatable(Map<String,io.kubernetes.client.custom.Quantity> allocatable)
withAllocatable in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasAllocatable()
hasAllocatable in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToCapacity(String key, io.kubernetes.client.custom.Quantity value)
addToCapacity in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToCapacity(Map<String,io.kubernetes.client.custom.Quantity> map)
addToCapacity in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromCapacity(String key)
removeFromCapacity in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromCapacity(Map<String,io.kubernetes.client.custom.Quantity> map)
removeFromCapacity in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Map<String,io.kubernetes.client.custom.Quantity> getCapacity()
getCapacity in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public <K,V> A withCapacity(Map<String,io.kubernetes.client.custom.Quantity> capacity)
withCapacity in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasCapacity()
hasCapacity in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToConditions(Integer index, io.kubernetes.client.openapi.models.V1NodeCondition item)
addToConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A setToConditions(Integer index, io.kubernetes.client.openapi.models.V1NodeCondition item)
setToConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToConditions(io.kubernetes.client.openapi.models.V1NodeCondition... items)
addToConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1NodeCondition> items)
addAllToConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromConditions(io.kubernetes.client.openapi.models.V1NodeCondition... items)
removeFromConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1NodeCondition> items)
removeAllFromConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeMatchingFromConditions(Predicate<V1NodeConditionBuilder> predicate)
removeMatchingFromConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1NodeCondition> getConditions()
getConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public List<io.kubernetes.client.openapi.models.V1NodeCondition> buildConditions()
buildConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeCondition buildCondition(Integer index)
buildCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeCondition buildFirstCondition()
buildFirstCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeCondition buildLastCondition()
buildLastCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeCondition buildMatchingCondition(Predicate<V1NodeConditionBuilder> predicate)
buildMatchingCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<V1NodeConditionBuilder> predicate)
hasMatchingCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withConditions(List<io.kubernetes.client.openapi.models.V1NodeCondition> conditions)
withConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withConditions(io.kubernetes.client.openapi.models.V1NodeCondition... conditions)
withConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1NodeCondition item)
addNewConditionLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1NodeCondition item)
setNewConditionLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConditionsNested<A> editCondition(Integer index)
editCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1NodeConditionBuilder> predicate)
editMatchingCondition in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1NodeConfigStatus getConfig()
getConfig in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeConfigStatus buildConfig()
buildConfig in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withConfig(io.kubernetes.client.openapi.models.V1NodeConfigStatus config)
withConfig in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasConfig()
hasConfig in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConfigNested<A> withNewConfig()
withNewConfig in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConfigNested<A> withNewConfigLike(io.kubernetes.client.openapi.models.V1NodeConfigStatus item)
withNewConfigLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConfigNested<A> editConfig()
editConfig in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConfigNested<A> editOrNewConfig()
editOrNewConfig in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ConfigNested<A> editOrNewConfigLike(io.kubernetes.client.openapi.models.V1NodeConfigStatus item)
editOrNewConfigLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints getDaemonEndpoints()
getDaemonEndpoints in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints buildDaemonEndpoints()
buildDaemonEndpoints in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withDaemonEndpoints(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints daemonEndpoints)
withDaemonEndpoints in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasDaemonEndpoints()
hasDaemonEndpoints in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpoints()
withNewDaemonEndpoints in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpointsLike(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item)
withNewDaemonEndpointsLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.DaemonEndpointsNested<A> editDaemonEndpoints()
editDaemonEndpoints in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpoints()
editOrNewDaemonEndpoints in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpointsLike(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item)
editOrNewDaemonEndpointsLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToImages(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item)
addToImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A setToImages(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item)
setToImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToImages(io.kubernetes.client.openapi.models.V1ContainerImage... items)
addToImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addAllToImages(Collection<io.kubernetes.client.openapi.models.V1ContainerImage> items)
addAllToImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromImages(io.kubernetes.client.openapi.models.V1ContainerImage... items)
removeFromImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeAllFromImages(Collection<io.kubernetes.client.openapi.models.V1ContainerImage> items)
removeAllFromImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeMatchingFromImages(Predicate<V1ContainerImageBuilder> predicate)
removeMatchingFromImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1ContainerImage> getImages()
getImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public List<io.kubernetes.client.openapi.models.V1ContainerImage> buildImages()
buildImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1ContainerImage buildImage(Integer index)
buildImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1ContainerImage buildFirstImage()
buildFirstImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1ContainerImage buildLastImage()
buildLastImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1ContainerImage buildMatchingImage(Predicate<V1ContainerImageBuilder> predicate)
buildMatchingImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasMatchingImage(Predicate<V1ContainerImageBuilder> predicate)
hasMatchingImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withImages(List<io.kubernetes.client.openapi.models.V1ContainerImage> images)
withImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withImages(io.kubernetes.client.openapi.models.V1ContainerImage... images)
withImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasImages()
hasImages in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ImagesNested<A> addNewImage()
addNewImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ImagesNested<A> addNewImageLike(io.kubernetes.client.openapi.models.V1ContainerImage item)
addNewImageLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ImagesNested<A> setNewImageLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item)
setNewImageLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ImagesNested<A> editImage(Integer index)
editImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ImagesNested<A> editFirstImage()
editFirstImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ImagesNested<A> editLastImage()
editLastImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.ImagesNested<A> editMatchingImage(Predicate<V1ContainerImageBuilder> predicate)
editMatchingImage in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1NodeSystemInfo getNodeInfo()
getNodeInfo in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1NodeSystemInfo buildNodeInfo()
buildNodeInfo in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withNodeInfo(io.kubernetes.client.openapi.models.V1NodeSystemInfo nodeInfo)
withNodeInfo in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasNodeInfo()
hasNodeInfo in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.NodeInfoNested<A> withNewNodeInfo()
withNewNodeInfo in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.NodeInfoNested<A> withNewNodeInfoLike(io.kubernetes.client.openapi.models.V1NodeSystemInfo item)
withNewNodeInfoLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.NodeInfoNested<A> editNodeInfo()
editNodeInfo in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfo()
editOrNewNodeInfo in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfoLike(io.kubernetes.client.openapi.models.V1NodeSystemInfo item)
editOrNewNodeInfoLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public String getPhase()
getPhase in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withPhase(String phase)
withPhase in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasPhase()
hasPhase in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToVolumesAttached(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item)
addToVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A setToVolumesAttached(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item)
setToVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToVolumesAttached(io.kubernetes.client.openapi.models.V1AttachedVolume... items)
addToVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addAllToVolumesAttached(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items)
addAllToVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromVolumesAttached(io.kubernetes.client.openapi.models.V1AttachedVolume... items)
removeFromVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeAllFromVolumesAttached(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items)
removeAllFromVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeMatchingFromVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate)
removeMatchingFromVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1AttachedVolume> getVolumesAttached()
getVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public List<io.kubernetes.client.openapi.models.V1AttachedVolume> buildVolumesAttached()
buildVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1AttachedVolume buildVolumesAttached(Integer index)
buildVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1AttachedVolume buildFirstVolumesAttached()
buildFirstVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1AttachedVolume buildLastVolumesAttached()
buildLastVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public io.kubernetes.client.openapi.models.V1AttachedVolume buildMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate)
buildMatchingVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate)
hasMatchingVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withVolumesAttached(List<io.kubernetes.client.openapi.models.V1AttachedVolume> volumesAttached)
withVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withVolumesAttached(io.kubernetes.client.openapi.models.V1AttachedVolume... volumesAttached)
withVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasVolumesAttached()
hasVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttached()
addNewVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttachedLike(io.kubernetes.client.openapi.models.V1AttachedVolume item)
addNewVolumesAttachedLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.VolumesAttachedNested<A> setNewVolumesAttachedLike(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item)
setNewVolumesAttachedLike in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.VolumesAttachedNested<A> editVolumesAttached(Integer index)
editVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.VolumesAttachedNested<A> editFirstVolumesAttached()
editFirstVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.VolumesAttachedNested<A> editLastVolumesAttached()
editLastVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public V1NodeStatusFluent.VolumesAttachedNested<A> editMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate)
editMatchingVolumesAttached in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToVolumesInUse(Integer index, String item)
addToVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A setToVolumesInUse(Integer index, String item)
setToVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addToVolumesInUse(String... items)
addToVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A addAllToVolumesInUse(Collection<String> items)
addAllToVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeFromVolumesInUse(String... items)
removeFromVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A removeAllFromVolumesInUse(Collection<String> items)
removeAllFromVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public List<String> getVolumesInUse()
getVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public String getVolumesInUse(Integer index)
getVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public String getFirstVolumesInUse()
getFirstVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public String getLastVolumesInUse()
getLastVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public String getMatchingVolumesInUse(Predicate<String> predicate)
getMatchingVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasMatchingVolumesInUse(Predicate<String> predicate)
hasMatchingVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withVolumesInUse(List<String> volumesInUse)
withVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public A withVolumesInUse(String... volumesInUse)
withVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public Boolean hasVolumesInUse()
hasVolumesInUse in interface V1NodeStatusFluent<A extends V1NodeStatusFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1NodeStatusFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1NodeStatusFluent<A>>Copyright © 2022. All rights reserved.