Package io.fabric8.kubernetes.api.model
Interface NodeFluent.StatusNested<N>
-
- All Superinterfaces:
Fluent<NodeFluent.StatusNested<N>>
,Nested<N>
,NodeStatusFluent<NodeFluent.StatusNested<N>>
- All Known Implementing Classes:
NodeFluentImpl.StatusNestedImpl
- Enclosing interface:
- NodeFluent<A extends NodeFluent<A>>
public static interface NodeFluent.StatusNested<N> extends Nested<N>, NodeStatusFluent<NodeFluent.StatusNested<N>>
-
-
Nested Class Summary
-
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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endStatus()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NodeStatusFluent
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, 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
-
-