Package io.fabric8.kubernetes.api.model
Class DoneableNodeStatus
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeStatusFluentImpl<DoneableNodeStatus>
io.fabric8.kubernetes.api.model.DoneableNodeStatus
- All Implemented Interfaces:
Fluent<DoneableNodeStatus>
,Visitable<DoneableNodeStatus>
,Doneable<NodeStatus>
,NodeStatusFluent<DoneableNodeStatus>
public class DoneableNodeStatus extends NodeStatusFluentImpl<DoneableNodeStatus> implements Doneable<NodeStatus>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NodeStatusFluentImpl
NodeStatusFluentImpl.AddressesNestedImpl<N>, NodeStatusFluentImpl.ConditionsNestedImpl<N>, NodeStatusFluentImpl.ConfigNestedImpl<N>, NodeStatusFluentImpl.DaemonEndpointsNestedImpl<N>, NodeStatusFluentImpl.ImagesNestedImpl<N>, NodeStatusFluentImpl.NodeInfoNestedImpl<N>, NodeStatusFluentImpl.VolumesAttachedNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeStatusFluent
NodeStatusFluent.AddressesNested<N>, NodeStatusFluent.ConditionsNested<N>, NodeStatusFluent.ConfigNested<N>, NodeStatusFluent.DaemonEndpointsNested<N>, NodeStatusFluent.ImagesNested<N>, NodeStatusFluent.NodeInfoNested<N>, NodeStatusFluent.VolumesAttachedNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableNodeStatus(Function<NodeStatus,NodeStatus> function)
DoneableNodeStatus(NodeStatus item)
DoneableNodeStatus(NodeStatus item, Function<NodeStatus,NodeStatus> function)
-
Method Summary
Modifier and Type Method Description NodeStatus
done()
Methods inherited from class io.fabric8.kubernetes.api.model.NodeStatusFluentImpl
addAllToAddresses, addAllToConditions, addAllToImages, addAllToVolumesAttached, addAllToVolumesInUse, addNewAddress, addNewAddress, addNewAddressLike, addNewCondition, addNewConditionLike, addNewImage, addNewImageLike, addNewVolumesAttached, addNewVolumesAttached, addNewVolumesAttachedLike, addNewVolumesInUse, addNewVolumesInUse, addNewVolumesInUse, addToAddresses, addToAddresses, addToAllocatable, addToAllocatable, addToCapacity, addToCapacity, addToConditions, addToConditions, addToImages, addToImages, addToVolumesAttached, addToVolumesAttached, addToVolumesInUse, addToVolumesInUse, buildAddress, buildAddresses, buildCondition, buildConditions, buildConfig, buildDaemonEndpoints, buildFirstAddress, buildFirstCondition, buildFirstImage, buildFirstVolumesAttached, buildImage, buildImages, buildLastAddress, buildLastCondition, buildLastImage, buildLastVolumesAttached, buildMatchingAddress, buildMatchingCondition, buildMatchingImage, buildMatchingVolumesAttached, buildNodeInfo, buildVolumesAttached, buildVolumesAttached, editAddress, editCondition, editConfig, editDaemonEndpoints, editFirstAddress, editFirstCondition, editFirstImage, editFirstVolumesAttached, editImage, editLastAddress, editLastCondition, editLastImage, editLastVolumesAttached, editMatchingAddress, editMatchingCondition, editMatchingImage, editMatchingVolumesAttached, editNodeInfo, editOrNewConfig, editOrNewConfigLike, editOrNewDaemonEndpoints, editOrNewDaemonEndpointsLike, editOrNewNodeInfo, editOrNewNodeInfoLike, editVolumesAttached, equals, getAddresses, getAllocatable, getCapacity, getConditions, getConfig, getDaemonEndpoints, getFirstVolumesInUse, getImages, getLastVolumesInUse, getMatchingVolumesInUse, getNodeInfo, getPhase, getVolumesAttached, getVolumesInUse, getVolumesInUse, hasAddresses, hasAllocatable, hasCapacity, hasConditions, hasConfig, hasDaemonEndpoints, hasImages, hasMatchingAddress, hasMatchingCondition, hasMatchingImage, hasMatchingVolumesAttached, hasMatchingVolumesInUse, hasNodeInfo, hasPhase, hasVolumesAttached, hasVolumesInUse, removeAllFromAddresses, removeAllFromConditions, removeAllFromImages, removeAllFromVolumesAttached, removeAllFromVolumesInUse, removeFromAddresses, removeFromAllocatable, removeFromAllocatable, removeFromCapacity, removeFromCapacity, removeFromConditions, removeFromImages, removeFromVolumesAttached, removeFromVolumesInUse, removeMatchingFromAddresses, removeMatchingFromConditions, removeMatchingFromImages, removeMatchingFromVolumesAttached, setNewAddressLike, setNewConditionLike, setNewImageLike, setNewVolumesAttachedLike, setToAddresses, setToConditions, setToImages, setToVolumesAttached, setToVolumesInUse, withAddresses, withAddresses, withAllocatable, withCapacity, withConditions, withConditions, withConfig, withDaemonEndpoints, withImages, withImages, withNewConfig, withNewConfigLike, withNewDaemonEndpoints, withNewDaemonEndpointsLike, withNewNodeInfo, withNewNodeInfoLike, withNewPhase, withNewPhase, withNewPhase, withNodeInfo, withPhase, withVolumesAttached, withVolumesAttached, withVolumesInUse, withVolumesInUse
-
Constructor Details
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<NodeStatus>
-