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:
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 Detail
-
addToAddresses
A addToAddresses(int index, NodeAddress item)
-
setToAddresses
A setToAddresses(int index, NodeAddress item)
-
addToAddresses
A addToAddresses(NodeAddress... items)
-
addAllToAddresses
A addAllToAddresses(Collection<NodeAddress> items)
-
removeFromAddresses
A removeFromAddresses(NodeAddress... items)
-
removeAllFromAddresses
A removeAllFromAddresses(Collection<NodeAddress> items)
-
removeMatchingFromAddresses
A removeMatchingFromAddresses(Predicate<NodeAddressBuilder> predicate)
-
getAddresses
@Deprecated List<NodeAddress> getAddresses()
Deprecated.This method has been deprecated, please use method buildAddresses instead.- Returns:
- The buildable object.
-
buildAddresses
List<NodeAddress> buildAddresses()
-
buildAddress
NodeAddress buildAddress(int index)
-
buildFirstAddress
NodeAddress buildFirstAddress()
-
buildLastAddress
NodeAddress buildLastAddress()
-
buildMatchingAddress
NodeAddress buildMatchingAddress(Predicate<NodeAddressBuilder> predicate)
-
hasMatchingAddress
Boolean hasMatchingAddress(Predicate<NodeAddressBuilder> predicate)
-
withAddresses
A withAddresses(List<NodeAddress> addresses)
-
withAddresses
A withAddresses(NodeAddress... addresses)
-
hasAddresses
Boolean hasAddresses()
-
addNewAddress
NodeStatusFluent.AddressesNested<A> addNewAddress()
-
addNewAddressLike
NodeStatusFluent.AddressesNested<A> addNewAddressLike(NodeAddress item)
-
setNewAddressLike
NodeStatusFluent.AddressesNested<A> setNewAddressLike(int index, NodeAddress item)
-
editAddress
NodeStatusFluent.AddressesNested<A> editAddress(int index)
-
editFirstAddress
NodeStatusFluent.AddressesNested<A> editFirstAddress()
-
editLastAddress
NodeStatusFluent.AddressesNested<A> editLastAddress()
-
editMatchingAddress
NodeStatusFluent.AddressesNested<A> editMatchingAddress(Predicate<NodeAddressBuilder> predicate)
-
hasAllocatable
Boolean hasAllocatable()
-
hasCapacity
Boolean hasCapacity()
-
addToConditions
A addToConditions(int index, NodeCondition item)
-
setToConditions
A setToConditions(int index, NodeCondition item)
-
addToConditions
A addToConditions(NodeCondition... items)
-
addAllToConditions
A addAllToConditions(Collection<NodeCondition> items)
-
removeFromConditions
A removeFromConditions(NodeCondition... items)
-
removeAllFromConditions
A removeAllFromConditions(Collection<NodeCondition> items)
-
removeMatchingFromConditions
A removeMatchingFromConditions(Predicate<NodeConditionBuilder> predicate)
-
getConditions
@Deprecated List<NodeCondition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<NodeCondition> buildConditions()
-
buildCondition
NodeCondition buildCondition(int index)
-
buildFirstCondition
NodeCondition buildFirstCondition()
-
buildLastCondition
NodeCondition buildLastCondition()
-
buildMatchingCondition
NodeCondition buildMatchingCondition(Predicate<NodeConditionBuilder> predicate)
-
hasMatchingCondition
Boolean hasMatchingCondition(Predicate<NodeConditionBuilder> predicate)
-
withConditions
A withConditions(List<NodeCondition> conditions)
-
withConditions
A withConditions(NodeCondition... conditions)
-
hasConditions
Boolean hasConditions()
-
addNewCondition
NodeStatusFluent.ConditionsNested<A> addNewCondition()
-
addNewConditionLike
NodeStatusFluent.ConditionsNested<A> addNewConditionLike(NodeCondition item)
-
setNewConditionLike
NodeStatusFluent.ConditionsNested<A> setNewConditionLike(int index, NodeCondition item)
-
editCondition
NodeStatusFluent.ConditionsNested<A> editCondition(int index)
-
editFirstCondition
NodeStatusFluent.ConditionsNested<A> editFirstCondition()
-
editLastCondition
NodeStatusFluent.ConditionsNested<A> editLastCondition()
-
editMatchingCondition
NodeStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<NodeConditionBuilder> predicate)
-
getConfig
@Deprecated NodeConfigStatus getConfig()
Deprecated.This method has been deprecated, please use method buildConfig instead.- Returns:
- The buildable object.
-
buildConfig
NodeConfigStatus buildConfig()
-
withConfig
A withConfig(NodeConfigStatus config)
-
hasConfig
Boolean hasConfig()
-
withNewConfig
NodeStatusFluent.ConfigNested<A> withNewConfig()
-
withNewConfigLike
NodeStatusFluent.ConfigNested<A> withNewConfigLike(NodeConfigStatus item)
-
editConfig
NodeStatusFluent.ConfigNested<A> editConfig()
-
editOrNewConfig
NodeStatusFluent.ConfigNested<A> editOrNewConfig()
-
editOrNewConfigLike
NodeStatusFluent.ConfigNested<A> editOrNewConfigLike(NodeConfigStatus item)
-
getDaemonEndpoints
@Deprecated NodeDaemonEndpoints getDaemonEndpoints()
Deprecated.This method has been deprecated, please use method buildDaemonEndpoints instead.- Returns:
- The buildable object.
-
buildDaemonEndpoints
NodeDaemonEndpoints buildDaemonEndpoints()
-
withDaemonEndpoints
A withDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints)
-
hasDaemonEndpoints
Boolean hasDaemonEndpoints()
-
withNewDaemonEndpoints
NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpoints()
-
withNewDaemonEndpointsLike
NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpointsLike(NodeDaemonEndpoints item)
-
editDaemonEndpoints
NodeStatusFluent.DaemonEndpointsNested<A> editDaemonEndpoints()
-
editOrNewDaemonEndpoints
NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpoints()
-
editOrNewDaemonEndpointsLike
NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpointsLike(NodeDaemonEndpoints item)
-
addToImages
A addToImages(int index, ContainerImage item)
-
setToImages
A setToImages(int index, ContainerImage item)
-
addToImages
A addToImages(ContainerImage... items)
-
addAllToImages
A addAllToImages(Collection<ContainerImage> items)
-
removeFromImages
A removeFromImages(ContainerImage... items)
-
removeAllFromImages
A removeAllFromImages(Collection<ContainerImage> items)
-
removeMatchingFromImages
A removeMatchingFromImages(Predicate<ContainerImageBuilder> predicate)
-
getImages
@Deprecated List<ContainerImage> getImages()
Deprecated.This method has been deprecated, please use method buildImages instead.- Returns:
- The buildable object.
-
buildImages
List<ContainerImage> buildImages()
-
buildImage
ContainerImage buildImage(int index)
-
buildFirstImage
ContainerImage buildFirstImage()
-
buildLastImage
ContainerImage buildLastImage()
-
buildMatchingImage
ContainerImage buildMatchingImage(Predicate<ContainerImageBuilder> predicate)
-
hasMatchingImage
Boolean hasMatchingImage(Predicate<ContainerImageBuilder> predicate)
-
withImages
A withImages(List<ContainerImage> images)
-
withImages
A withImages(ContainerImage... images)
-
hasImages
Boolean hasImages()
-
addNewImage
NodeStatusFluent.ImagesNested<A> addNewImage()
-
addNewImageLike
NodeStatusFluent.ImagesNested<A> addNewImageLike(ContainerImage item)
-
setNewImageLike
NodeStatusFluent.ImagesNested<A> setNewImageLike(int index, ContainerImage item)
-
editImage
NodeStatusFluent.ImagesNested<A> editImage(int index)
-
editFirstImage
NodeStatusFluent.ImagesNested<A> editFirstImage()
-
editLastImage
NodeStatusFluent.ImagesNested<A> editLastImage()
-
editMatchingImage
NodeStatusFluent.ImagesNested<A> editMatchingImage(Predicate<ContainerImageBuilder> predicate)
-
getNodeInfo
@Deprecated NodeSystemInfo getNodeInfo()
Deprecated.This method has been deprecated, please use method buildNodeInfo instead.- Returns:
- The buildable object.
-
buildNodeInfo
NodeSystemInfo buildNodeInfo()
-
withNodeInfo
A withNodeInfo(NodeSystemInfo nodeInfo)
-
hasNodeInfo
Boolean hasNodeInfo()
-
withNewNodeInfo
NodeStatusFluent.NodeInfoNested<A> withNewNodeInfo()
-
withNewNodeInfoLike
NodeStatusFluent.NodeInfoNested<A> withNewNodeInfoLike(NodeSystemInfo item)
-
editNodeInfo
NodeStatusFluent.NodeInfoNested<A> editNodeInfo()
-
editOrNewNodeInfo
NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfo()
-
editOrNewNodeInfoLike
NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfoLike(NodeSystemInfo item)
-
getPhase
String getPhase()
-
hasPhase
Boolean hasPhase()
-
withNewPhase
A withNewPhase(StringBuilder arg1)
-
withNewPhase
A withNewPhase(StringBuffer arg1)
-
addToVolumesAttached
A addToVolumesAttached(int index, AttachedVolume item)
-
setToVolumesAttached
A setToVolumesAttached(int index, AttachedVolume item)
-
addToVolumesAttached
A addToVolumesAttached(AttachedVolume... items)
-
addAllToVolumesAttached
A addAllToVolumesAttached(Collection<AttachedVolume> items)
-
removeFromVolumesAttached
A removeFromVolumesAttached(AttachedVolume... items)
-
removeAllFromVolumesAttached
A removeAllFromVolumesAttached(Collection<AttachedVolume> items)
-
removeMatchingFromVolumesAttached
A removeMatchingFromVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
-
getVolumesAttached
@Deprecated List<AttachedVolume> getVolumesAttached()
Deprecated.This method has been deprecated, please use method buildVolumesAttached instead.- Returns:
- The buildable object.
-
buildVolumesAttached
List<AttachedVolume> buildVolumesAttached()
-
buildVolumesAttached
AttachedVolume buildVolumesAttached(int index)
-
buildFirstVolumesAttached
AttachedVolume buildFirstVolumesAttached()
-
buildLastVolumesAttached
AttachedVolume buildLastVolumesAttached()
-
buildMatchingVolumesAttached
AttachedVolume buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
-
hasMatchingVolumesAttached
Boolean hasMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
-
withVolumesAttached
A withVolumesAttached(List<AttachedVolume> volumesAttached)
-
withVolumesAttached
A withVolumesAttached(AttachedVolume... volumesAttached)
-
hasVolumesAttached
Boolean hasVolumesAttached()
-
addNewVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttached()
-
addNewVolumesAttachedLike
NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttachedLike(AttachedVolume item)
-
setNewVolumesAttachedLike
NodeStatusFluent.VolumesAttachedNested<A> setNewVolumesAttachedLike(int index, AttachedVolume item)
-
editVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> editVolumesAttached(int index)
-
editFirstVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> editFirstVolumesAttached()
-
editLastVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> editLastVolumesAttached()
-
editMatchingVolumesAttached
NodeStatusFluent.VolumesAttachedNested<A> editMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
-
addAllToVolumesInUse
A addAllToVolumesInUse(Collection<String> items)
-
removeAllFromVolumesInUse
A removeAllFromVolumesInUse(Collection<String> items)
-
getVolumesInUse
String getVolumesInUse(int index)
-
getFirstVolumesInUse
String getFirstVolumesInUse()
-
getLastVolumesInUse
String getLastVolumesInUse()
-
hasVolumesInUse
Boolean hasVolumesInUse()
-
addNewVolumesInUse
A addNewVolumesInUse(StringBuilder arg1)
-
addNewVolumesInUse
A addNewVolumesInUse(StringBuffer arg1)
-
-