Package io.fabric8.kubernetes.api.model
Interface NodeStatusFluent<A extends NodeStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeFluent.StatusNested<N>
,WatchEventFluent.NodeStatusObjectNested<N>
- All Known Implementing Classes:
DoneableNodeStatus
,NodeFluentImpl.StatusNestedImpl
,NodeStatusBuilder
,NodeStatusFluentImpl
,WatchEventFluentImpl.NodeStatusObjectNestedImpl
public interface NodeStatusFluent<A extends NodeStatusFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NodeStatusFluent.AddressesNested<N>
static interface
NodeStatusFluent.ConditionsNested<N>
static interface
NodeStatusFluent.ConfigNested<N>
static interface
NodeStatusFluent.DaemonEndpointsNested<N>
static interface
NodeStatusFluent.ImagesNested<N>
static interface
NodeStatusFluent.NodeInfoNested<N>
static interface
NodeStatusFluent.VolumesAttachedNested<N>
-
Method Summary
-
Method Details
-
addToAddresses
-
setToAddresses
-
addToAddresses
-
addAllToAddresses
-
removeFromAddresses
-
removeAllFromAddresses
-
removeMatchingFromAddresses
-
getAddresses
Deprecated.This method has been deprecated, please use method buildAddresses instead.- Returns:
- The buildable object.
-
buildAddresses
List<NodeAddress> buildAddresses() -
buildAddress
-
buildFirstAddress
NodeAddress buildFirstAddress() -
buildLastAddress
NodeAddress buildLastAddress() -
buildMatchingAddress
-
hasMatchingAddress
-
withAddresses
-
withAddresses
-
hasAddresses
Boolean hasAddresses() -
addNewAddress
-
addNewAddress
NodeStatusFluent.AddressesNested<A> addNewAddress() -
addNewAddressLike
-
setNewAddressLike
-
editAddress
-
editFirstAddress
NodeStatusFluent.AddressesNested<A> editFirstAddress() -
editLastAddress
NodeStatusFluent.AddressesNested<A> editLastAddress() -
editMatchingAddress
-
addToAllocatable
-
addToAllocatable
-
removeFromAllocatable
-
removeFromAllocatable
-
getAllocatable
-
withAllocatable
-
hasAllocatable
Boolean hasAllocatable() -
addToCapacity
-
addToCapacity
-
removeFromCapacity
-
removeFromCapacity
-
getCapacity
-
withCapacity
-
hasCapacity
Boolean hasCapacity() -
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<NodeCondition> buildConditions() -
buildCondition
-
buildFirstCondition
NodeCondition buildFirstCondition() -
buildLastCondition
NodeCondition buildLastCondition() -
buildMatchingCondition
-
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
NodeStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
-
setNewConditionLike
-
editCondition
-
editFirstCondition
NodeStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
NodeStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
NodeStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<NodeConditionBuilder> predicate) -
getConfig
Deprecated.This method has been deprecated, please use method buildConfig instead.- Returns:
- The buildable object.
-
buildConfig
NodeConfigStatus buildConfig() -
withConfig
-
hasConfig
Boolean hasConfig() -
withNewConfig
NodeStatusFluent.ConfigNested<A> withNewConfig() -
withNewConfigLike
-
editConfig
NodeStatusFluent.ConfigNested<A> editConfig() -
editOrNewConfig
NodeStatusFluent.ConfigNested<A> editOrNewConfig() -
editOrNewConfigLike
-
getDaemonEndpoints
Deprecated.This method has been deprecated, please use method buildDaemonEndpoints instead.- Returns:
- The buildable object.
-
buildDaemonEndpoints
NodeDaemonEndpoints buildDaemonEndpoints() -
withDaemonEndpoints
-
hasDaemonEndpoints
Boolean hasDaemonEndpoints() -
withNewDaemonEndpoints
NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpoints() -
withNewDaemonEndpointsLike
-
editDaemonEndpoints
NodeStatusFluent.DaemonEndpointsNested<A> editDaemonEndpoints() -
editOrNewDaemonEndpoints
NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpoints() -
editOrNewDaemonEndpointsLike
-
addToImages
-
setToImages
-
addToImages
-
addAllToImages
-
removeFromImages
-
removeAllFromImages
-
removeMatchingFromImages
-
getImages
Deprecated.This method has been deprecated, please use method buildImages instead.- Returns:
- The buildable object.
-
buildImages
List<ContainerImage> buildImages() -
buildImage
-
buildFirstImage
ContainerImage buildFirstImage() -
buildLastImage
ContainerImage buildLastImage() -
buildMatchingImage
-
hasMatchingImage
-
withImages
-
withImages
-
hasImages
Boolean hasImages() -
addNewImage
NodeStatusFluent.ImagesNested<A> addNewImage() -
addNewImageLike
-
setNewImageLike
-
editImage
-
editFirstImage
NodeStatusFluent.ImagesNested<A> editFirstImage() -
editLastImage
NodeStatusFluent.ImagesNested<A> editLastImage() -
editMatchingImage
-
getNodeInfo
Deprecated.This method has been deprecated, please use method buildNodeInfo instead.- Returns:
- The buildable object.
-
buildNodeInfo
NodeSystemInfo buildNodeInfo() -
withNodeInfo
-
hasNodeInfo
Boolean hasNodeInfo() -
withNewNodeInfo
NodeStatusFluent.NodeInfoNested<A> withNewNodeInfo() -
withNewNodeInfoLike
-
editNodeInfo
NodeStatusFluent.NodeInfoNested<A> editNodeInfo() -
editOrNewNodeInfo
NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfo() -
editOrNewNodeInfoLike
-
getPhase
String getPhase() -
withPhase
-
hasPhase
Boolean hasPhase() -
withNewPhase
-
withNewPhase
-
withNewPhase
-
addToVolumesAttached
-
setToVolumesAttached
-
addToVolumesAttached
-
addAllToVolumesAttached
-
removeFromVolumesAttached
-
removeAllFromVolumesAttached
-
removeMatchingFromVolumesAttached
-
getVolumesAttached
Deprecated.This method has been deprecated, please use method buildVolumesAttached instead.- Returns:
- The buildable object.
-
buildVolumesAttached
List<AttachedVolume> buildVolumesAttached() -
buildVolumesAttached
-
buildFirstVolumesAttached
AttachedVolume buildFirstVolumesAttached() -
buildLastVolumesAttached
AttachedVolume buildLastVolumesAttached() -
buildMatchingVolumesAttached
-
hasMatchingVolumesAttached
-
withVolumesAttached
-
withVolumesAttached
-
hasVolumesAttached
Boolean hasVolumesAttached() -
addNewVolumesAttached
-
addNewVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttached() -
addNewVolumesAttachedLike
-
setNewVolumesAttachedLike
NodeStatusFluent.VolumesAttachedNested<A> setNewVolumesAttachedLike(int index, AttachedVolume item) -
editVolumesAttached
-
editFirstVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> editFirstVolumesAttached() -
editLastVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> editLastVolumesAttached() -
editMatchingVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> editMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) -
addToVolumesInUse
-
setToVolumesInUse
-
addToVolumesInUse
-
addAllToVolumesInUse
-
removeFromVolumesInUse
-
removeAllFromVolumesInUse
-
getVolumesInUse
-
getVolumesInUse
-
getFirstVolumesInUse
String getFirstVolumesInUse() -
getLastVolumesInUse
String getLastVolumesInUse() -
getMatchingVolumesInUse
-
hasMatchingVolumesInUse
-
withVolumesInUse
-
withVolumesInUse
-
hasVolumesInUse
Boolean hasVolumesInUse() -
addNewVolumesInUse
-
addNewVolumesInUse
-
addNewVolumesInUse
-