All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAddresses(Collection<NodeAddress> items) |
A |
addAllToConditions(Collection<NodeCondition> items) |
A |
addAllToImages(Collection<ContainerImage> items) |
A |
addAllToVolumesAttached(Collection<AttachedVolume> items) |
A |
addAllToVolumesInUse(Collection<String> items) |
NodeStatusFluent.AddressesNested<A> |
addNewAddress() |
A |
addNewAddress(String address,
String type) |
NodeStatusFluent.AddressesNested<A> |
addNewAddressLike(NodeAddress item) |
NodeStatusFluent.ConditionsNested<A> |
addNewCondition() |
NodeStatusFluent.ConditionsNested<A> |
addNewConditionLike(NodeCondition item) |
NodeStatusFluent.ImagesNested<A> |
addNewImage() |
NodeStatusFluent.ImagesNested<A> |
addNewImageLike(ContainerImage item) |
NodeStatusFluent.VolumesAttachedNested<A> |
addNewVolumesAttached() |
A |
addNewVolumesAttached(String devicePath,
String name) |
NodeStatusFluent.VolumesAttachedNested<A> |
addNewVolumesAttachedLike(AttachedVolume item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAddresses(int index,
NodeAddress item) |
A |
addToAddresses(NodeAddress... items) |
A |
addToAllocatable(Map<String,Quantity> map) |
A |
addToAllocatable(String key,
Quantity value) |
A |
addToCapacity(Map<String,Quantity> map) |
A |
addToCapacity(String key,
Quantity value) |
A |
addToConditions(int index,
NodeCondition item) |
A |
addToConditions(NodeCondition... items) |
A |
addToImages(ContainerImage... items) |
A |
addToImages(int index,
ContainerImage item) |
A |
addToVolumesAttached(AttachedVolume... items) |
A |
addToVolumesAttached(int index,
AttachedVolume item) |
A |
addToVolumesInUse(int index,
String item) |
A |
addToVolumesInUse(String... items) |
NodeAddress |
buildAddress(int index) |
List<NodeAddress> |
buildAddresses() |
NodeCondition |
buildCondition(int index) |
List<NodeCondition> |
buildConditions() |
NodeConfigStatus |
buildConfig() |
NodeDaemonEndpoints |
buildDaemonEndpoints() |
NodeAddress |
buildFirstAddress() |
NodeCondition |
buildFirstCondition() |
ContainerImage |
buildFirstImage() |
AttachedVolume |
buildFirstVolumesAttached() |
ContainerImage |
buildImage(int index) |
List<ContainerImage> |
buildImages() |
NodeAddress |
buildLastAddress() |
NodeCondition |
buildLastCondition() |
ContainerImage |
buildLastImage() |
AttachedVolume |
buildLastVolumesAttached() |
NodeAddress |
buildMatchingAddress(Predicate<NodeAddressBuilder> predicate) |
NodeCondition |
buildMatchingCondition(Predicate<NodeConditionBuilder> predicate) |
ContainerImage |
buildMatchingImage(Predicate<ContainerImageBuilder> predicate) |
AttachedVolume |
buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) |
NodeSystemInfo |
buildNodeInfo() |
List<AttachedVolume> |
buildVolumesAttached() |
AttachedVolume |
buildVolumesAttached(int index) |
protected void |
copyInstance(NodeStatus instance) |
NodeStatusFluent.AddressesNested<A> |
editAddress(int index) |
NodeStatusFluent.ConditionsNested<A> |
editCondition(int index) |
NodeStatusFluent.ConfigNested<A> |
editConfig() |
NodeStatusFluent.DaemonEndpointsNested<A> |
editDaemonEndpoints() |
NodeStatusFluent.AddressesNested<A> |
editFirstAddress() |
NodeStatusFluent.ConditionsNested<A> |
editFirstCondition() |
NodeStatusFluent.ImagesNested<A> |
editFirstImage() |
NodeStatusFluent.VolumesAttachedNested<A> |
editFirstVolumesAttached() |
NodeStatusFluent.ImagesNested<A> |
editImage(int index) |
NodeStatusFluent.AddressesNested<A> |
editLastAddress() |
NodeStatusFluent.ConditionsNested<A> |
editLastCondition() |
NodeStatusFluent.ImagesNested<A> |
editLastImage() |
NodeStatusFluent.VolumesAttachedNested<A> |
editLastVolumesAttached() |
NodeStatusFluent.AddressesNested<A> |
editMatchingAddress(Predicate<NodeAddressBuilder> predicate) |
NodeStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<NodeConditionBuilder> predicate) |
NodeStatusFluent.ImagesNested<A> |
editMatchingImage(Predicate<ContainerImageBuilder> predicate) |
NodeStatusFluent.VolumesAttachedNested<A> |
editMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) |
NodeStatusFluent.NodeInfoNested<A> |
editNodeInfo() |
NodeStatusFluent.ConfigNested<A> |
editOrNewConfig() |
NodeStatusFluent.ConfigNested<A> |
editOrNewConfigLike(NodeConfigStatus item) |
NodeStatusFluent.DaemonEndpointsNested<A> |
editOrNewDaemonEndpoints() |
NodeStatusFluent.DaemonEndpointsNested<A> |
editOrNewDaemonEndpointsLike(NodeDaemonEndpoints item) |
NodeStatusFluent.NodeInfoNested<A> |
editOrNewNodeInfo() |
NodeStatusFluent.NodeInfoNested<A> |
editOrNewNodeInfoLike(NodeSystemInfo item) |
NodeStatusFluent.VolumesAttachedNested<A> |
editVolumesAttached(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getAllocatable() |
Map<String,Quantity> |
getCapacity() |
String |
getFirstVolumesInUse() |
String |
getLastVolumesInUse() |
String |
getMatchingVolumesInUse(Predicate<String> predicate) |
String |
getPhase() |
List<String> |
getVolumesInUse() |
String |
getVolumesInUse(int index) |
boolean |
hasAdditionalProperties() |
boolean |
hasAddresses() |
boolean |
hasAllocatable() |
boolean |
hasCapacity() |
boolean |
hasConditions() |
boolean |
hasConfig() |
boolean |
hasDaemonEndpoints() |
int |
hashCode() |
boolean |
hasImages() |
boolean |
hasMatchingAddress(Predicate<NodeAddressBuilder> predicate) |
boolean |
hasMatchingCondition(Predicate<NodeConditionBuilder> predicate) |
boolean |
hasMatchingImage(Predicate<ContainerImageBuilder> predicate) |
boolean |
hasMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) |
boolean |
hasMatchingVolumesInUse(Predicate<String> predicate) |
boolean |
hasNodeInfo() |
boolean |
hasPhase() |
boolean |
hasVolumesAttached() |
boolean |
hasVolumesInUse() |
A |
removeAllFromAddresses(Collection<NodeAddress> items) |
A |
removeAllFromConditions(Collection<NodeCondition> items) |
A |
removeAllFromImages(Collection<ContainerImage> items) |
A |
removeAllFromVolumesAttached(Collection<AttachedVolume> items) |
A |
removeAllFromVolumesInUse(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAddresses(NodeAddress... items) |
A |
removeFromAllocatable(Map<String,Quantity> map) |
A |
removeFromAllocatable(String key) |
A |
removeFromCapacity(Map<String,Quantity> map) |
A |
removeFromCapacity(String key) |
A |
removeFromConditions(NodeCondition... items) |
A |
removeFromImages(ContainerImage... items) |
A |
removeFromVolumesAttached(AttachedVolume... items) |
A |
removeFromVolumesInUse(String... items) |
A |
removeMatchingFromAddresses(Predicate<NodeAddressBuilder> predicate) |
A |
removeMatchingFromConditions(Predicate<NodeConditionBuilder> predicate) |
A |
removeMatchingFromImages(Predicate<ContainerImageBuilder> predicate) |
A |
removeMatchingFromVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) |
NodeStatusFluent.AddressesNested<A> |
setNewAddressLike(int index,
NodeAddress item) |
NodeStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
NodeCondition item) |
NodeStatusFluent.ImagesNested<A> |
setNewImageLike(int index,
ContainerImage item) |
NodeStatusFluent.VolumesAttachedNested<A> |
setNewVolumesAttachedLike(int index,
AttachedVolume item) |
A |
setToAddresses(int index,
NodeAddress item) |
A |
setToConditions(int index,
NodeCondition item) |
A |
setToImages(int index,
ContainerImage item) |
A |
setToVolumesAttached(int index,
AttachedVolume item) |
A |
setToVolumesInUse(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAddresses(List<NodeAddress> addresses) |
A |
withAddresses(NodeAddress... addresses) |
<K,V> A |
withAllocatable(Map<String,Quantity> allocatable) |
<K,V> A |
withCapacity(Map<String,Quantity> capacity) |
A |
withConditions(List<NodeCondition> conditions) |
A |
withConditions(NodeCondition... conditions) |
A |
withConfig(NodeConfigStatus config) |
A |
withDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints) |
A |
withImages(ContainerImage... images) |
A |
withImages(List<ContainerImage> images) |
NodeStatusFluent.ConfigNested<A> |
withNewConfig() |
NodeStatusFluent.ConfigNested<A> |
withNewConfigLike(NodeConfigStatus item) |
NodeStatusFluent.DaemonEndpointsNested<A> |
withNewDaemonEndpoints() |
NodeStatusFluent.DaemonEndpointsNested<A> |
withNewDaemonEndpointsLike(NodeDaemonEndpoints item) |
NodeStatusFluent.NodeInfoNested<A> |
withNewNodeInfo() |
NodeStatusFluent.NodeInfoNested<A> |
withNewNodeInfoLike(NodeSystemInfo item) |
A |
withNodeInfo(NodeSystemInfo nodeInfo) |
A |
withPhase(String phase) |
A |
withVolumesAttached(AttachedVolume... volumesAttached) |
A |
withVolumesAttached(List<AttachedVolume> volumesAttached) |
A |
withVolumesInUse(List<String> volumesInUse) |
A |
withVolumesInUse(String... volumesInUse) |