Class V1NodeStatusFluentImpl<A extends V1NodeStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1NodeStatusFluent<A>
- Direct Known Subclasses:
V1NodeStatusBuilder
public class V1NodeStatusFluentImpl<A extends V1NodeStatusFluent<A>>
extends BaseFluent<A>
implements V1NodeStatusFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1NodeStatusFluent
V1NodeStatusFluent.AddressesNested<N>, V1NodeStatusFluent.ConditionsNested<N>, V1NodeStatusFluent.ConfigNested<N>, V1NodeStatusFluent.DaemonEndpointsNested<N>, V1NodeStatusFluent.ImagesNested<N>, V1NodeStatusFluent.NodeInfoNested<N>, V1NodeStatusFluent.VolumesAttachedNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1NodeStatusFluentImpl
(io.kubernetes.client.openapi.models.V1NodeStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToAddresses
(Collection<io.kubernetes.client.openapi.models.V1NodeAddress> items) addAllToConditions
(Collection<io.kubernetes.client.openapi.models.V1NodeCondition> items) addAllToImages
(Collection<io.kubernetes.client.openapi.models.V1ContainerImage> items) addAllToVolumesAttached
(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items) addAllToVolumesInUse
(Collection<String> items) addNewAddressLike
(io.kubernetes.client.openapi.models.V1NodeAddress item) addNewConditionLike
(io.kubernetes.client.openapi.models.V1NodeCondition item) addNewImageLike
(io.kubernetes.client.openapi.models.V1ContainerImage item) addNewVolumesAttachedLike
(io.kubernetes.client.openapi.models.V1AttachedVolume item) addToAddresses
(io.kubernetes.client.openapi.models.V1NodeAddress... items) addToAddresses
(Integer index, io.kubernetes.client.openapi.models.V1NodeAddress item) addToAllocatable
(String key, io.kubernetes.client.custom.Quantity value) addToAllocatable
(Map<String, io.kubernetes.client.custom.Quantity> map) addToCapacity
(String key, io.kubernetes.client.custom.Quantity value) addToCapacity
(Map<String, io.kubernetes.client.custom.Quantity> map) addToConditions
(io.kubernetes.client.openapi.models.V1NodeCondition... items) addToConditions
(Integer index, io.kubernetes.client.openapi.models.V1NodeCondition item) addToImages
(io.kubernetes.client.openapi.models.V1ContainerImage... items) addToImages
(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item) addToVolumesAttached
(io.kubernetes.client.openapi.models.V1AttachedVolume... items) addToVolumesAttached
(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item) addToVolumesInUse
(Integer index, String item) addToVolumesInUse
(String... items) io.kubernetes.client.openapi.models.V1NodeAddress
buildAddress
(Integer index) List<io.kubernetes.client.openapi.models.V1NodeAddress>
io.kubernetes.client.openapi.models.V1NodeCondition
buildCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1NodeCondition>
io.kubernetes.client.openapi.models.V1NodeConfigStatus
io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints
io.kubernetes.client.openapi.models.V1NodeAddress
io.kubernetes.client.openapi.models.V1NodeCondition
io.kubernetes.client.openapi.models.V1ContainerImage
io.kubernetes.client.openapi.models.V1AttachedVolume
io.kubernetes.client.openapi.models.V1ContainerImage
buildImage
(Integer index) List<io.kubernetes.client.openapi.models.V1ContainerImage>
io.kubernetes.client.openapi.models.V1NodeAddress
io.kubernetes.client.openapi.models.V1NodeCondition
io.kubernetes.client.openapi.models.V1ContainerImage
io.kubernetes.client.openapi.models.V1AttachedVolume
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
io.kubernetes.client.openapi.models.V1NodeSystemInfo
List<io.kubernetes.client.openapi.models.V1AttachedVolume>
io.kubernetes.client.openapi.models.V1AttachedVolume
buildVolumesAttached
(Integer index) editAddress
(Integer index) editCondition
(Integer index) editMatchingAddress
(Predicate<V1NodeAddressBuilder> predicate) editMatchingCondition
(Predicate<V1NodeConditionBuilder> predicate) editMatchingImage
(Predicate<V1ContainerImageBuilder> predicate) editOrNewConfigLike
(io.kubernetes.client.openapi.models.V1NodeConfigStatus item) editOrNewDaemonEndpointsLike
(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item) editOrNewNodeInfoLike
(io.kubernetes.client.openapi.models.V1NodeSystemInfo item) editVolumesAttached
(Integer index) boolean
List<io.kubernetes.client.openapi.models.V1NodeAddress>
Deprecated.List<io.kubernetes.client.openapi.models.V1NodeCondition>
Deprecated.io.kubernetes.client.openapi.models.V1NodeConfigStatus
Deprecated.io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints
Deprecated.List<io.kubernetes.client.openapi.models.V1ContainerImage>
Deprecated.getMatchingVolumesInUse
(Predicate<String> predicate) io.kubernetes.client.openapi.models.V1NodeSystemInfo
Deprecated.getPhase()
List<io.kubernetes.client.openapi.models.V1AttachedVolume>
Deprecated.getVolumesInUse
(Integer index) int
hashCode()
hasMatchingAddress
(Predicate<V1NodeAddressBuilder> predicate) hasMatchingCondition
(Predicate<V1NodeConditionBuilder> predicate) hasMatchingImage
(Predicate<V1ContainerImageBuilder> predicate) hasMatchingVolumesInUse
(Predicate<String> predicate) hasPhase()
removeAllFromAddresses
(Collection<io.kubernetes.client.openapi.models.V1NodeAddress> items) removeAllFromConditions
(Collection<io.kubernetes.client.openapi.models.V1NodeCondition> items) removeAllFromImages
(Collection<io.kubernetes.client.openapi.models.V1ContainerImage> items) removeAllFromVolumesAttached
(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items) removeFromAddresses
(io.kubernetes.client.openapi.models.V1NodeAddress... items) removeFromAllocatable
(Map<String, io.kubernetes.client.custom.Quantity> map) removeFromCapacity
(String key) removeFromCapacity
(Map<String, io.kubernetes.client.custom.Quantity> map) removeFromConditions
(io.kubernetes.client.openapi.models.V1NodeCondition... items) removeFromImages
(io.kubernetes.client.openapi.models.V1ContainerImage... items) removeFromVolumesAttached
(io.kubernetes.client.openapi.models.V1AttachedVolume... items) removeFromVolumesInUse
(String... items) removeMatchingFromAddresses
(Predicate<V1NodeAddressBuilder> predicate) removeMatchingFromImages
(Predicate<V1ContainerImageBuilder> predicate) setNewAddressLike
(Integer index, io.kubernetes.client.openapi.models.V1NodeAddress item) setNewConditionLike
(Integer index, io.kubernetes.client.openapi.models.V1NodeCondition item) setNewImageLike
(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item) setNewVolumesAttachedLike
(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item) setToAddresses
(Integer index, io.kubernetes.client.openapi.models.V1NodeAddress item) setToConditions
(Integer index, io.kubernetes.client.openapi.models.V1NodeCondition item) setToImages
(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item) setToVolumesAttached
(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item) setToVolumesInUse
(Integer index, String item) toString()
withAddresses
(io.kubernetes.client.openapi.models.V1NodeAddress... addresses) withAddresses
(List<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) withConditions
(io.kubernetes.client.openapi.models.V1NodeCondition... conditions) withConditions
(List<io.kubernetes.client.openapi.models.V1NodeCondition> conditions) withConfig
(io.kubernetes.client.openapi.models.V1NodeConfigStatus config) withDaemonEndpoints
(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints daemonEndpoints) withImages
(io.kubernetes.client.openapi.models.V1ContainerImage... images) withImages
(List<io.kubernetes.client.openapi.models.V1ContainerImage> images) withNewConfigLike
(io.kubernetes.client.openapi.models.V1NodeConfigStatus item) withNewDaemonEndpointsLike
(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item) withNewNodeInfoLike
(io.kubernetes.client.openapi.models.V1NodeSystemInfo item) withNodeInfo
(io.kubernetes.client.openapi.models.V1NodeSystemInfo nodeInfo) withVolumesAttached
(io.kubernetes.client.openapi.models.V1AttachedVolume... volumesAttached) withVolumesAttached
(List<io.kubernetes.client.openapi.models.V1AttachedVolume> volumesAttached) withVolumesInUse
(String... volumesInUse) withVolumesInUse
(List<String> volumesInUse) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeStatusFluentImpl
public V1NodeStatusFluentImpl() -
V1NodeStatusFluentImpl
public V1NodeStatusFluentImpl(io.kubernetes.client.openapi.models.V1NodeStatus instance)
-
-
Method Details
-
addToAddresses
- Specified by:
addToAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setToAddresses
- Specified by:
setToAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToAddresses
- Specified by:
addToAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addAllToAddresses
- Specified by:
addAllToAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromAddresses
- Specified by:
removeFromAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeAllFromAddresses
public A removeAllFromAddresses(Collection<io.kubernetes.client.openapi.models.V1NodeAddress> items) - Specified by:
removeAllFromAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeMatchingFromAddresses
- Specified by:
removeMatchingFromAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getAddresses
Deprecated.This method has been deprecated, please use method buildAddresses instead.- Specified by:
getAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildAddresses
- Specified by:
buildAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildAddress
- Specified by:
buildAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildFirstAddress
public io.kubernetes.client.openapi.models.V1NodeAddress buildFirstAddress()- Specified by:
buildFirstAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildLastAddress
public io.kubernetes.client.openapi.models.V1NodeAddress buildLastAddress()- Specified by:
buildLastAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildMatchingAddress
public io.kubernetes.client.openapi.models.V1NodeAddress buildMatchingAddress(Predicate<V1NodeAddressBuilder> predicate) - Specified by:
buildMatchingAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasMatchingAddress
- Specified by:
hasMatchingAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withAddresses
- Specified by:
withAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withAddresses
- Specified by:
withAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasAddresses
- Specified by:
hasAddresses
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewAddress
- Specified by:
addNewAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewAddressLike
public V1NodeStatusFluent.AddressesNested<A> addNewAddressLike(io.kubernetes.client.openapi.models.V1NodeAddress item) - Specified by:
addNewAddressLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setNewAddressLike
public V1NodeStatusFluent.AddressesNested<A> setNewAddressLike(Integer index, io.kubernetes.client.openapi.models.V1NodeAddress item) - Specified by:
setNewAddressLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editAddress
- Specified by:
editAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editFirstAddress
- Specified by:
editFirstAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editLastAddress
- Specified by:
editLastAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editMatchingAddress
public V1NodeStatusFluent.AddressesNested<A> editMatchingAddress(Predicate<V1NodeAddressBuilder> predicate) - Specified by:
editMatchingAddress
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToAllocatable
- Specified by:
addToAllocatable
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToAllocatable
- Specified by:
addToAllocatable
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromAllocatable
- Specified by:
removeFromAllocatable
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromAllocatable
- Specified by:
removeFromAllocatable
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getAllocatable
- Specified by:
getAllocatable
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withAllocatable
- Specified by:
withAllocatable
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasAllocatable
- Specified by:
hasAllocatable
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToCapacity
- Specified by:
addToCapacity
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToCapacity
- Specified by:
addToCapacity
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromCapacity
- Specified by:
removeFromCapacity
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromCapacity
- Specified by:
removeFromCapacity
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getCapacity
- Specified by:
getCapacity
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withCapacity
- Specified by:
withCapacity
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasCapacity
- Specified by:
hasCapacity
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setToConditions
- Specified by:
setToConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToConditions
- Specified by:
addToConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addAllToConditions
- Specified by:
addAllToConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromConditions
- Specified by:
removeFromConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1NodeCondition> items) - Specified by:
removeAllFromConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeMatchingFromConditions
- Specified by:
removeMatchingFromConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildConditions
- Specified by:
buildConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildCondition
- Specified by:
buildCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildFirstCondition
public io.kubernetes.client.openapi.models.V1NodeCondition buildFirstCondition()- Specified by:
buildFirstCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildLastCondition
public io.kubernetes.client.openapi.models.V1NodeCondition buildLastCondition()- Specified by:
buildLastCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildMatchingCondition
public io.kubernetes.client.openapi.models.V1NodeCondition buildMatchingCondition(Predicate<V1NodeConditionBuilder> predicate) - Specified by:
buildMatchingCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasMatchingCondition
- Specified by:
hasMatchingCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withConditions
- Specified by:
withConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withConditions
- Specified by:
withConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasConditions
- Specified by:
hasConditions
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewCondition
- Specified by:
addNewCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewConditionLike
public V1NodeStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1NodeCondition item) - Specified by:
addNewConditionLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setNewConditionLike
public V1NodeStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1NodeCondition item) - Specified by:
setNewConditionLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editCondition
- Specified by:
editCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editFirstCondition
- Specified by:
editFirstCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editLastCondition
- Specified by:
editLastCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editMatchingCondition
public V1NodeStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1NodeConditionBuilder> predicate) - Specified by:
editMatchingCondition
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getConfig
Deprecated.This method has been deprecated, please use method buildConfig instead.- Specified by:
getConfig
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildConfig
public io.kubernetes.client.openapi.models.V1NodeConfigStatus buildConfig()- Specified by:
buildConfig
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withConfig
- Specified by:
withConfig
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasConfig
- Specified by:
hasConfig
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withNewConfig
- Specified by:
withNewConfig
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withNewConfigLike
public V1NodeStatusFluent.ConfigNested<A> withNewConfigLike(io.kubernetes.client.openapi.models.V1NodeConfigStatus item) - Specified by:
withNewConfigLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editConfig
- Specified by:
editConfig
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editOrNewConfig
- Specified by:
editOrNewConfig
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editOrNewConfigLike
public V1NodeStatusFluent.ConfigNested<A> editOrNewConfigLike(io.kubernetes.client.openapi.models.V1NodeConfigStatus item) - Specified by:
editOrNewConfigLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getDaemonEndpoints
Deprecated.This method has been deprecated, please use method buildDaemonEndpoints instead.- Specified by:
getDaemonEndpoints
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildDaemonEndpoints
public io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints buildDaemonEndpoints()- Specified by:
buildDaemonEndpoints
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withDaemonEndpoints
public A withDaemonEndpoints(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints daemonEndpoints) - Specified by:
withDaemonEndpoints
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasDaemonEndpoints
- Specified by:
hasDaemonEndpoints
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withNewDaemonEndpoints
- Specified by:
withNewDaemonEndpoints
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withNewDaemonEndpointsLike
public V1NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpointsLike(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item) - Specified by:
withNewDaemonEndpointsLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editDaemonEndpoints
- Specified by:
editDaemonEndpoints
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editOrNewDaemonEndpoints
- Specified by:
editOrNewDaemonEndpoints
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editOrNewDaemonEndpointsLike
public V1NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpointsLike(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints item) - Specified by:
editOrNewDaemonEndpointsLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToImages
- Specified by:
addToImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setToImages
- Specified by:
setToImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToImages
- Specified by:
addToImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addAllToImages
- Specified by:
addAllToImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromImages
- Specified by:
removeFromImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeAllFromImages
public A removeAllFromImages(Collection<io.kubernetes.client.openapi.models.V1ContainerImage> items) - Specified by:
removeAllFromImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeMatchingFromImages
- Specified by:
removeMatchingFromImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getImages
Deprecated.This method has been deprecated, please use method buildImages instead.- Specified by:
getImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildImages
- Specified by:
buildImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildImage
- Specified by:
buildImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildFirstImage
public io.kubernetes.client.openapi.models.V1ContainerImage buildFirstImage()- Specified by:
buildFirstImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildLastImage
public io.kubernetes.client.openapi.models.V1ContainerImage buildLastImage()- Specified by:
buildLastImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildMatchingImage
public io.kubernetes.client.openapi.models.V1ContainerImage buildMatchingImage(Predicate<V1ContainerImageBuilder> predicate) - Specified by:
buildMatchingImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasMatchingImage
- Specified by:
hasMatchingImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withImages
- Specified by:
withImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withImages
- Specified by:
withImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasImages
- Specified by:
hasImages
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewImage
- Specified by:
addNewImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewImageLike
public V1NodeStatusFluent.ImagesNested<A> addNewImageLike(io.kubernetes.client.openapi.models.V1ContainerImage item) - Specified by:
addNewImageLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setNewImageLike
public V1NodeStatusFluent.ImagesNested<A> setNewImageLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item) - Specified by:
setNewImageLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editImage
- Specified by:
editImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editFirstImage
- Specified by:
editFirstImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editLastImage
- Specified by:
editLastImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editMatchingImage
public V1NodeStatusFluent.ImagesNested<A> editMatchingImage(Predicate<V1ContainerImageBuilder> predicate) - Specified by:
editMatchingImage
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getNodeInfo
Deprecated.This method has been deprecated, please use method buildNodeInfo instead.- Specified by:
getNodeInfo
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildNodeInfo
public io.kubernetes.client.openapi.models.V1NodeSystemInfo buildNodeInfo()- Specified by:
buildNodeInfo
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withNodeInfo
- Specified by:
withNodeInfo
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasNodeInfo
- Specified by:
hasNodeInfo
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withNewNodeInfo
- Specified by:
withNewNodeInfo
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withNewNodeInfoLike
public V1NodeStatusFluent.NodeInfoNested<A> withNewNodeInfoLike(io.kubernetes.client.openapi.models.V1NodeSystemInfo item) - Specified by:
withNewNodeInfoLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editNodeInfo
- Specified by:
editNodeInfo
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editOrNewNodeInfo
- Specified by:
editOrNewNodeInfo
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editOrNewNodeInfoLike
public V1NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfoLike(io.kubernetes.client.openapi.models.V1NodeSystemInfo item) - Specified by:
editOrNewNodeInfoLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getPhase
- Specified by:
getPhase
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withPhase
- Specified by:
withPhase
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasPhase
- Specified by:
hasPhase
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToVolumesAttached
public A addToVolumesAttached(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item) - Specified by:
addToVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setToVolumesAttached
public A setToVolumesAttached(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item) - Specified by:
setToVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToVolumesAttached
- Specified by:
addToVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addAllToVolumesAttached
public A addAllToVolumesAttached(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items) - Specified by:
addAllToVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromVolumesAttached
- Specified by:
removeFromVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeAllFromVolumesAttached
public A removeAllFromVolumesAttached(Collection<io.kubernetes.client.openapi.models.V1AttachedVolume> items) - Specified by:
removeAllFromVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeMatchingFromVolumesAttached
- Specified by:
removeMatchingFromVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getVolumesAttached
Deprecated.This method has been deprecated, please use method buildVolumesAttached instead.- Specified by:
getVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildVolumesAttached
- Specified by:
buildVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildVolumesAttached
- Specified by:
buildVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildFirstVolumesAttached
public io.kubernetes.client.openapi.models.V1AttachedVolume buildFirstVolumesAttached()- Specified by:
buildFirstVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildLastVolumesAttached
public io.kubernetes.client.openapi.models.V1AttachedVolume buildLastVolumesAttached()- Specified by:
buildLastVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
buildMatchingVolumesAttached
public io.kubernetes.client.openapi.models.V1AttachedVolume buildMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate) - Specified by:
buildMatchingVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasMatchingVolumesAttached
- Specified by:
hasMatchingVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withVolumesAttached
public A withVolumesAttached(List<io.kubernetes.client.openapi.models.V1AttachedVolume> volumesAttached) - Specified by:
withVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withVolumesAttached
public A withVolumesAttached(io.kubernetes.client.openapi.models.V1AttachedVolume... volumesAttached) - Specified by:
withVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasVolumesAttached
- Specified by:
hasVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewVolumesAttached
- Specified by:
addNewVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addNewVolumesAttachedLike
public V1NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttachedLike(io.kubernetes.client.openapi.models.V1AttachedVolume item) - Specified by:
addNewVolumesAttachedLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setNewVolumesAttachedLike
public V1NodeStatusFluent.VolumesAttachedNested<A> setNewVolumesAttachedLike(Integer index, io.kubernetes.client.openapi.models.V1AttachedVolume item) - Specified by:
setNewVolumesAttachedLike
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editVolumesAttached
- Specified by:
editVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editFirstVolumesAttached
- Specified by:
editFirstVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editLastVolumesAttached
- Specified by:
editLastVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
editMatchingVolumesAttached
public V1NodeStatusFluent.VolumesAttachedNested<A> editMatchingVolumesAttached(Predicate<V1AttachedVolumeBuilder> predicate) - Specified by:
editMatchingVolumesAttached
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToVolumesInUse
- Specified by:
addToVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
setToVolumesInUse
- Specified by:
setToVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addToVolumesInUse
- Specified by:
addToVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
addAllToVolumesInUse
- Specified by:
addAllToVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeFromVolumesInUse
- Specified by:
removeFromVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
removeAllFromVolumesInUse
- Specified by:
removeAllFromVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getVolumesInUse
- Specified by:
getVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getVolumesInUse
- Specified by:
getVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getFirstVolumesInUse
- Specified by:
getFirstVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getLastVolumesInUse
- Specified by:
getLastVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
getMatchingVolumesInUse
- Specified by:
getMatchingVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasMatchingVolumesInUse
- Specified by:
hasMatchingVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withVolumesInUse
- Specified by:
withVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
withVolumesInUse
- Specified by:
withVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
hasVolumesInUse
- Specified by:
hasVolumesInUse
in interfaceV1NodeStatusFluent<A extends V1NodeStatusFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1NodeStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1NodeStatusFluent<A>>
-
toString
-