public static final class V1.NodeStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder> implements V1.NodeStatusOrBuilder
NodeStatus is information about the current status of a node.Protobuf type
k8s.io.api.core.v1.NodeStatus| Modifier and Type | Method and Description |
|---|---|
V1.NodeStatus.Builder |
addAddresses(int index,
V1.NodeAddress.Builder builderForValue)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
addAddresses(int index,
V1.NodeAddress value)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
addAddresses(V1.NodeAddress.Builder builderForValue)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
addAddresses(V1.NodeAddress value)
List of addresses reachable to the node.
|
V1.NodeAddress.Builder |
addAddressesBuilder()
List of addresses reachable to the node.
|
V1.NodeAddress.Builder |
addAddressesBuilder(int index)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
addAllAddresses(Iterable<? extends V1.NodeAddress> values)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
addAllConditions(Iterable<? extends V1.NodeCondition> values)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
addAllImages(Iterable<? extends V1.ContainerImage> values)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
addAllVolumesAttached(Iterable<? extends V1.AttachedVolume> values)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
addAllVolumesInUse(Iterable<String> values)
List of attachable volumes in use (mounted) by the node.
|
V1.NodeStatus.Builder |
addConditions(int index,
V1.NodeCondition.Builder builderForValue)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
addConditions(int index,
V1.NodeCondition value)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
addConditions(V1.NodeCondition.Builder builderForValue)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
addConditions(V1.NodeCondition value)
Conditions is an array of current observed node conditions.
|
V1.NodeCondition.Builder |
addConditionsBuilder()
Conditions is an array of current observed node conditions.
|
V1.NodeCondition.Builder |
addConditionsBuilder(int index)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
addImages(int index,
V1.ContainerImage.Builder builderForValue)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
addImages(int index,
V1.ContainerImage value)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
addImages(V1.ContainerImage.Builder builderForValue)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
addImages(V1.ContainerImage value)
List of container images on this node
+optional
|
V1.ContainerImage.Builder |
addImagesBuilder()
List of container images on this node
+optional
|
V1.ContainerImage.Builder |
addImagesBuilder(int index)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.NodeStatus.Builder |
addVolumesAttached(int index,
V1.AttachedVolume.Builder builderForValue)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
addVolumesAttached(int index,
V1.AttachedVolume value)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
addVolumesAttached(V1.AttachedVolume.Builder builderForValue)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
addVolumesAttached(V1.AttachedVolume value)
List of volumes that are attached to the node.
|
V1.AttachedVolume.Builder |
addVolumesAttachedBuilder()
List of volumes that are attached to the node.
|
V1.AttachedVolume.Builder |
addVolumesAttachedBuilder(int index)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
addVolumesInUse(String value)
List of attachable volumes in use (mounted) by the node.
|
V1.NodeStatus.Builder |
addVolumesInUseBytes(com.google.protobuf.ByteString value)
List of attachable volumes in use (mounted) by the node.
|
V1.NodeStatus |
build() |
V1.NodeStatus |
buildPartial() |
V1.NodeStatus.Builder |
clear() |
V1.NodeStatus.Builder |
clearAddresses()
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
clearAllocatable() |
V1.NodeStatus.Builder |
clearCapacity() |
V1.NodeStatus.Builder |
clearConditions()
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
clearConfig()
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
V1.NodeStatus.Builder |
clearDaemonEndpoints()
Endpoints of daemons running on the Node.
|
V1.NodeStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.NodeStatus.Builder |
clearImages()
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
clearNodeInfo()
Set of ids/uuids to uniquely identify the node.
|
V1.NodeStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.NodeStatus.Builder |
clearPhase()
NodePhase is the recently observed lifecycle phase of the node.
|
V1.NodeStatus.Builder |
clearVolumesAttached()
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
clearVolumesInUse()
List of attachable volumes in use (mounted) by the node.
|
V1.NodeStatus.Builder |
clone() |
boolean |
containsAllocatable(String key)
Allocatable represents the resources of a node that are available for scheduling.
|
boolean |
containsCapacity(String key)
Capacity represents the total resources of a node.
|
V1.NodeAddress |
getAddresses(int index)
List of addresses reachable to the node.
|
V1.NodeAddress.Builder |
getAddressesBuilder(int index)
List of addresses reachable to the node.
|
List<V1.NodeAddress.Builder> |
getAddressesBuilderList()
List of addresses reachable to the node.
|
int |
getAddressesCount()
List of addresses reachable to the node.
|
List<V1.NodeAddress> |
getAddressesList()
List of addresses reachable to the node.
|
V1.NodeAddressOrBuilder |
getAddressesOrBuilder(int index)
List of addresses reachable to the node.
|
List<? extends V1.NodeAddressOrBuilder> |
getAddressesOrBuilderList()
List of addresses reachable to the node.
|
Map<String,Resource.Quantity> |
getAllocatable()
Deprecated.
|
int |
getAllocatableCount()
Allocatable represents the resources of a node that are available for scheduling.
|
Map<String,Resource.Quantity> |
getAllocatableMap()
Allocatable represents the resources of a node that are available for scheduling.
|
Resource.Quantity |
getAllocatableOrDefault(String key,
Resource.Quantity defaultValue)
Allocatable represents the resources of a node that are available for scheduling.
|
Resource.Quantity |
getAllocatableOrThrow(String key)
Allocatable represents the resources of a node that are available for scheduling.
|
Map<String,Resource.Quantity> |
getCapacity()
Deprecated.
|
int |
getCapacityCount()
Capacity represents the total resources of a node.
|
Map<String,Resource.Quantity> |
getCapacityMap()
Capacity represents the total resources of a node.
|
Resource.Quantity |
getCapacityOrDefault(String key,
Resource.Quantity defaultValue)
Capacity represents the total resources of a node.
|
Resource.Quantity |
getCapacityOrThrow(String key)
Capacity represents the total resources of a node.
|
V1.NodeCondition |
getConditions(int index)
Conditions is an array of current observed node conditions.
|
V1.NodeCondition.Builder |
getConditionsBuilder(int index)
Conditions is an array of current observed node conditions.
|
List<V1.NodeCondition.Builder> |
getConditionsBuilderList()
Conditions is an array of current observed node conditions.
|
int |
getConditionsCount()
Conditions is an array of current observed node conditions.
|
List<V1.NodeCondition> |
getConditionsList()
Conditions is an array of current observed node conditions.
|
V1.NodeConditionOrBuilder |
getConditionsOrBuilder(int index)
Conditions is an array of current observed node conditions.
|
List<? extends V1.NodeConditionOrBuilder> |
getConditionsOrBuilderList()
Conditions is an array of current observed node conditions.
|
V1.NodeConfigStatus |
getConfig()
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
V1.NodeConfigStatus.Builder |
getConfigBuilder()
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
V1.NodeConfigStatusOrBuilder |
getConfigOrBuilder()
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
V1.NodeDaemonEndpoints |
getDaemonEndpoints()
Endpoints of daemons running on the Node.
|
V1.NodeDaemonEndpoints.Builder |
getDaemonEndpointsBuilder()
Endpoints of daemons running on the Node.
|
V1.NodeDaemonEndpointsOrBuilder |
getDaemonEndpointsOrBuilder()
Endpoints of daemons running on the Node.
|
V1.NodeStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
V1.ContainerImage |
getImages(int index)
List of container images on this node
+optional
|
V1.ContainerImage.Builder |
getImagesBuilder(int index)
List of container images on this node
+optional
|
List<V1.ContainerImage.Builder> |
getImagesBuilderList()
List of container images on this node
+optional
|
int |
getImagesCount()
List of container images on this node
+optional
|
List<V1.ContainerImage> |
getImagesList()
List of container images on this node
+optional
|
V1.ContainerImageOrBuilder |
getImagesOrBuilder(int index)
List of container images on this node
+optional
|
List<? extends V1.ContainerImageOrBuilder> |
getImagesOrBuilderList()
List of container images on this node
+optional
|
Map<String,Resource.Quantity> |
getMutableAllocatable()
Deprecated.
|
Map<String,Resource.Quantity> |
getMutableCapacity()
Deprecated.
|
V1.NodeSystemInfo |
getNodeInfo()
Set of ids/uuids to uniquely identify the node.
|
V1.NodeSystemInfo.Builder |
getNodeInfoBuilder()
Set of ids/uuids to uniquely identify the node.
|
V1.NodeSystemInfoOrBuilder |
getNodeInfoOrBuilder()
Set of ids/uuids to uniquely identify the node.
|
String |
getPhase()
NodePhase is the recently observed lifecycle phase of the node.
|
com.google.protobuf.ByteString |
getPhaseBytes()
NodePhase is the recently observed lifecycle phase of the node.
|
V1.AttachedVolume |
getVolumesAttached(int index)
List of volumes that are attached to the node.
|
V1.AttachedVolume.Builder |
getVolumesAttachedBuilder(int index)
List of volumes that are attached to the node.
|
List<V1.AttachedVolume.Builder> |
getVolumesAttachedBuilderList()
List of volumes that are attached to the node.
|
int |
getVolumesAttachedCount()
List of volumes that are attached to the node.
|
List<V1.AttachedVolume> |
getVolumesAttachedList()
List of volumes that are attached to the node.
|
V1.AttachedVolumeOrBuilder |
getVolumesAttachedOrBuilder(int index)
List of volumes that are attached to the node.
|
List<? extends V1.AttachedVolumeOrBuilder> |
getVolumesAttachedOrBuilderList()
List of volumes that are attached to the node.
|
String |
getVolumesInUse(int index)
List of attachable volumes in use (mounted) by the node.
|
com.google.protobuf.ByteString |
getVolumesInUseBytes(int index)
List of attachable volumes in use (mounted) by the node.
|
int |
getVolumesInUseCount()
List of attachable volumes in use (mounted) by the node.
|
com.google.protobuf.ProtocolStringList |
getVolumesInUseList()
List of attachable volumes in use (mounted) by the node.
|
boolean |
hasConfig()
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
boolean |
hasDaemonEndpoints()
Endpoints of daemons running on the Node.
|
boolean |
hasNodeInfo()
Set of ids/uuids to uniquely identify the node.
|
boolean |
hasPhase()
NodePhase is the recently observed lifecycle phase of the node.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
V1.NodeStatus.Builder |
mergeConfig(V1.NodeConfigStatus value)
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
V1.NodeStatus.Builder |
mergeDaemonEndpoints(V1.NodeDaemonEndpoints value)
Endpoints of daemons running on the Node.
|
V1.NodeStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.NodeStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.NodeStatus.Builder |
mergeFrom(V1.NodeStatus other) |
V1.NodeStatus.Builder |
mergeNodeInfo(V1.NodeSystemInfo value)
Set of ids/uuids to uniquely identify the node.
|
V1.NodeStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.NodeStatus.Builder |
putAllAllocatable(Map<String,Resource.Quantity> values)
Allocatable represents the resources of a node that are available for scheduling.
|
V1.NodeStatus.Builder |
putAllCapacity(Map<String,Resource.Quantity> values)
Capacity represents the total resources of a node.
|
V1.NodeStatus.Builder |
putAllocatable(String key,
Resource.Quantity value)
Allocatable represents the resources of a node that are available for scheduling.
|
V1.NodeStatus.Builder |
putCapacity(String key,
Resource.Quantity value)
Capacity represents the total resources of a node.
|
V1.NodeStatus.Builder |
removeAddresses(int index)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
removeAllocatable(String key)
Allocatable represents the resources of a node that are available for scheduling.
|
V1.NodeStatus.Builder |
removeCapacity(String key)
Capacity represents the total resources of a node.
|
V1.NodeStatus.Builder |
removeConditions(int index)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
removeImages(int index)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
removeVolumesAttached(int index)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
setAddresses(int index,
V1.NodeAddress.Builder builderForValue)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
setAddresses(int index,
V1.NodeAddress value)
List of addresses reachable to the node.
|
V1.NodeStatus.Builder |
setConditions(int index,
V1.NodeCondition.Builder builderForValue)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
setConditions(int index,
V1.NodeCondition value)
Conditions is an array of current observed node conditions.
|
V1.NodeStatus.Builder |
setConfig(V1.NodeConfigStatus.Builder builderForValue)
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
V1.NodeStatus.Builder |
setConfig(V1.NodeConfigStatus value)
Status of the config assigned to the node via the dynamic Kubelet config feature.
|
V1.NodeStatus.Builder |
setDaemonEndpoints(V1.NodeDaemonEndpoints.Builder builderForValue)
Endpoints of daemons running on the Node.
|
V1.NodeStatus.Builder |
setDaemonEndpoints(V1.NodeDaemonEndpoints value)
Endpoints of daemons running on the Node.
|
V1.NodeStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.NodeStatus.Builder |
setImages(int index,
V1.ContainerImage.Builder builderForValue)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
setImages(int index,
V1.ContainerImage value)
List of container images on this node
+optional
|
V1.NodeStatus.Builder |
setNodeInfo(V1.NodeSystemInfo.Builder builderForValue)
Set of ids/uuids to uniquely identify the node.
|
V1.NodeStatus.Builder |
setNodeInfo(V1.NodeSystemInfo value)
Set of ids/uuids to uniquely identify the node.
|
V1.NodeStatus.Builder |
setPhase(String value)
NodePhase is the recently observed lifecycle phase of the node.
|
V1.NodeStatus.Builder |
setPhaseBytes(com.google.protobuf.ByteString value)
NodePhase is the recently observed lifecycle phase of the node.
|
V1.NodeStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.NodeStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.NodeStatus.Builder |
setVolumesAttached(int index,
V1.AttachedVolume.Builder builderForValue)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
setVolumesAttached(int index,
V1.AttachedVolume value)
List of volumes that are attached to the node.
|
V1.NodeStatus.Builder |
setVolumesInUse(int index,
String value)
List of attachable volumes in use (mounted) by the node.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.NodeStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.NodeStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.NodeStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder mergeFrom(V1.NodeStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public V1.NodeStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.NodeStatus.Builder>IOExceptionpublic int getCapacityCount()
V1.NodeStatusOrBuilderCapacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityCount in interface V1.NodeStatusOrBuilderpublic boolean containsCapacity(String key)
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
containsCapacity in interface V1.NodeStatusOrBuilder@Deprecated public Map<String,Resource.Quantity> getCapacity()
getCapacityMap() instead.getCapacity in interface V1.NodeStatusOrBuilderpublic Map<String,Resource.Quantity> getCapacityMap()
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityMap in interface V1.NodeStatusOrBuilderpublic Resource.Quantity getCapacityOrDefault(String key, Resource.Quantity defaultValue)
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityOrDefault in interface V1.NodeStatusOrBuilderpublic Resource.Quantity getCapacityOrThrow(String key)
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityOrThrow in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder clearCapacity()
public V1.NodeStatus.Builder removeCapacity(String key)
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
@Deprecated public Map<String,Resource.Quantity> getMutableCapacity()
public V1.NodeStatus.Builder putCapacity(String key, Resource.Quantity value)
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
public V1.NodeStatus.Builder putAllCapacity(Map<String,Resource.Quantity> values)
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
public int getAllocatableCount()
V1.NodeStatusOrBuilderAllocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
getAllocatableCount in interface V1.NodeStatusOrBuilderpublic boolean containsAllocatable(String key)
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
containsAllocatable in interface V1.NodeStatusOrBuilder@Deprecated public Map<String,Resource.Quantity> getAllocatable()
getAllocatableMap() instead.getAllocatable in interface V1.NodeStatusOrBuilderpublic Map<String,Resource.Quantity> getAllocatableMap()
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
getAllocatableMap in interface V1.NodeStatusOrBuilderpublic Resource.Quantity getAllocatableOrDefault(String key, Resource.Quantity defaultValue)
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
getAllocatableOrDefault in interface V1.NodeStatusOrBuilderpublic Resource.Quantity getAllocatableOrThrow(String key)
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
getAllocatableOrThrow in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder clearAllocatable()
public V1.NodeStatus.Builder removeAllocatable(String key)
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
@Deprecated public Map<String,Resource.Quantity> getMutableAllocatable()
public V1.NodeStatus.Builder putAllocatable(String key, Resource.Quantity value)
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
public V1.NodeStatus.Builder putAllAllocatable(Map<String,Resource.Quantity> values)
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
public boolean hasPhase()
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. +optional
optional string phase = 3;hasPhase in interface V1.NodeStatusOrBuilderpublic String getPhase()
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. +optional
optional string phase = 3;getPhase in interface V1.NodeStatusOrBuilderpublic com.google.protobuf.ByteString getPhaseBytes()
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. +optional
optional string phase = 3;getPhaseBytes in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setPhase(String value)
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. +optional
optional string phase = 3;public V1.NodeStatus.Builder clearPhase()
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. +optional
optional string phase = 3;public V1.NodeStatus.Builder setPhaseBytes(com.google.protobuf.ByteString value)
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. +optional
optional string phase = 3;public List<V1.NodeCondition> getConditionsList()
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;getConditionsList in interface V1.NodeStatusOrBuilderpublic int getConditionsCount()
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;getConditionsCount in interface V1.NodeStatusOrBuilderpublic V1.NodeCondition getConditions(int index)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;getConditions in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setConditions(int index, V1.NodeCondition value)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder setConditions(int index, V1.NodeCondition.Builder builderForValue)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder addConditions(V1.NodeCondition value)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder addConditions(int index, V1.NodeCondition value)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder addConditions(V1.NodeCondition.Builder builderForValue)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder addConditions(int index, V1.NodeCondition.Builder builderForValue)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder addAllConditions(Iterable<? extends V1.NodeCondition> values)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder clearConditions()
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeStatus.Builder removeConditions(int index)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeCondition.Builder getConditionsBuilder(int index)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeConditionOrBuilder getConditionsOrBuilder(int index)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;getConditionsOrBuilder in interface V1.NodeStatusOrBuilderpublic List<? extends V1.NodeConditionOrBuilder> getConditionsOrBuilderList()
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;getConditionsOrBuilderList in interface V1.NodeStatusOrBuilderpublic V1.NodeCondition.Builder addConditionsBuilder()
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public V1.NodeCondition.Builder addConditionsBuilder(int index)
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public List<V1.NodeCondition.Builder> getConditionsBuilderList()
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;public List<V1.NodeAddress> getAddressesList()
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;getAddressesList in interface V1.NodeStatusOrBuilderpublic int getAddressesCount()
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;getAddressesCount in interface V1.NodeStatusOrBuilderpublic V1.NodeAddress getAddresses(int index)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;getAddresses in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setAddresses(int index, V1.NodeAddress value)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder setAddresses(int index, V1.NodeAddress.Builder builderForValue)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder addAddresses(V1.NodeAddress value)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder addAddresses(int index, V1.NodeAddress value)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder addAddresses(V1.NodeAddress.Builder builderForValue)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder addAddresses(int index, V1.NodeAddress.Builder builderForValue)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder addAllAddresses(Iterable<? extends V1.NodeAddress> values)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder clearAddresses()
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeStatus.Builder removeAddresses(int index)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeAddress.Builder getAddressesBuilder(int index)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeAddressOrBuilder getAddressesOrBuilder(int index)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;getAddressesOrBuilder in interface V1.NodeStatusOrBuilderpublic List<? extends V1.NodeAddressOrBuilder> getAddressesOrBuilderList()
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;getAddressesOrBuilderList in interface V1.NodeStatusOrBuilderpublic V1.NodeAddress.Builder addAddressesBuilder()
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public V1.NodeAddress.Builder addAddressesBuilder(int index)
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public List<V1.NodeAddress.Builder> getAddressesBuilderList()
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;public boolean hasDaemonEndpoints()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;hasDaemonEndpoints in interface V1.NodeStatusOrBuilderpublic V1.NodeDaemonEndpoints getDaemonEndpoints()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;getDaemonEndpoints in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setDaemonEndpoints(V1.NodeDaemonEndpoints value)
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;public V1.NodeStatus.Builder setDaemonEndpoints(V1.NodeDaemonEndpoints.Builder builderForValue)
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;public V1.NodeStatus.Builder mergeDaemonEndpoints(V1.NodeDaemonEndpoints value)
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;public V1.NodeStatus.Builder clearDaemonEndpoints()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;public V1.NodeDaemonEndpoints.Builder getDaemonEndpointsBuilder()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;public V1.NodeDaemonEndpointsOrBuilder getDaemonEndpointsOrBuilder()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;getDaemonEndpointsOrBuilder in interface V1.NodeStatusOrBuilderpublic boolean hasNodeInfo()
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;hasNodeInfo in interface V1.NodeStatusOrBuilderpublic V1.NodeSystemInfo getNodeInfo()
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;getNodeInfo in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setNodeInfo(V1.NodeSystemInfo value)
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;public V1.NodeStatus.Builder setNodeInfo(V1.NodeSystemInfo.Builder builderForValue)
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;public V1.NodeStatus.Builder mergeNodeInfo(V1.NodeSystemInfo value)
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;public V1.NodeStatus.Builder clearNodeInfo()
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;public V1.NodeSystemInfo.Builder getNodeInfoBuilder()
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;public V1.NodeSystemInfoOrBuilder getNodeInfoOrBuilder()
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info +optional
optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;getNodeInfoOrBuilder in interface V1.NodeStatusOrBuilderpublic List<V1.ContainerImage> getImagesList()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;getImagesList in interface V1.NodeStatusOrBuilderpublic int getImagesCount()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;getImagesCount in interface V1.NodeStatusOrBuilderpublic V1.ContainerImage getImages(int index)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;getImages in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setImages(int index, V1.ContainerImage value)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder setImages(int index, V1.ContainerImage.Builder builderForValue)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder addImages(V1.ContainerImage value)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder addImages(int index, V1.ContainerImage value)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder addImages(V1.ContainerImage.Builder builderForValue)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder addImages(int index, V1.ContainerImage.Builder builderForValue)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder addAllImages(Iterable<? extends V1.ContainerImage> values)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder clearImages()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.NodeStatus.Builder removeImages(int index)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.ContainerImage.Builder getImagesBuilder(int index)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.ContainerImageOrBuilder getImagesOrBuilder(int index)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;getImagesOrBuilder in interface V1.NodeStatusOrBuilderpublic List<? extends V1.ContainerImageOrBuilder> getImagesOrBuilderList()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;getImagesOrBuilderList in interface V1.NodeStatusOrBuilderpublic V1.ContainerImage.Builder addImagesBuilder()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public V1.ContainerImage.Builder addImagesBuilder(int index)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public List<V1.ContainerImage.Builder> getImagesBuilderList()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;public com.google.protobuf.ProtocolStringList getVolumesInUseList()
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;getVolumesInUseList in interface V1.NodeStatusOrBuilderpublic int getVolumesInUseCount()
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;getVolumesInUseCount in interface V1.NodeStatusOrBuilderpublic String getVolumesInUse(int index)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;getVolumesInUse in interface V1.NodeStatusOrBuilderpublic com.google.protobuf.ByteString getVolumesInUseBytes(int index)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;getVolumesInUseBytes in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setVolumesInUse(int index, String value)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;public V1.NodeStatus.Builder addVolumesInUse(String value)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;public V1.NodeStatus.Builder addAllVolumesInUse(Iterable<String> values)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;public V1.NodeStatus.Builder clearVolumesInUse()
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;public V1.NodeStatus.Builder addVolumesInUseBytes(com.google.protobuf.ByteString value)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;public List<V1.AttachedVolume> getVolumesAttachedList()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;getVolumesAttachedList in interface V1.NodeStatusOrBuilderpublic int getVolumesAttachedCount()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;getVolumesAttachedCount in interface V1.NodeStatusOrBuilderpublic V1.AttachedVolume getVolumesAttached(int index)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;getVolumesAttached in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setVolumesAttached(int index, V1.AttachedVolume value)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder setVolumesAttached(int index, V1.AttachedVolume.Builder builderForValue)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder addVolumesAttached(V1.AttachedVolume value)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder addVolumesAttached(int index, V1.AttachedVolume value)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder addVolumesAttached(V1.AttachedVolume.Builder builderForValue)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder addVolumesAttached(int index, V1.AttachedVolume.Builder builderForValue)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder addAllVolumesAttached(Iterable<? extends V1.AttachedVolume> values)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder clearVolumesAttached()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.NodeStatus.Builder removeVolumesAttached(int index)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.AttachedVolume.Builder getVolumesAttachedBuilder(int index)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.AttachedVolumeOrBuilder getVolumesAttachedOrBuilder(int index)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;getVolumesAttachedOrBuilder in interface V1.NodeStatusOrBuilderpublic List<? extends V1.AttachedVolumeOrBuilder> getVolumesAttachedOrBuilderList()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;getVolumesAttachedOrBuilderList in interface V1.NodeStatusOrBuilderpublic V1.AttachedVolume.Builder addVolumesAttachedBuilder()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public V1.AttachedVolume.Builder addVolumesAttachedBuilder(int index)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public List<V1.AttachedVolume.Builder> getVolumesAttachedBuilderList()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;public boolean hasConfig()
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;hasConfig in interface V1.NodeStatusOrBuilderpublic V1.NodeConfigStatus getConfig()
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;getConfig in interface V1.NodeStatusOrBuilderpublic V1.NodeStatus.Builder setConfig(V1.NodeConfigStatus value)
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;public V1.NodeStatus.Builder setConfig(V1.NodeConfigStatus.Builder builderForValue)
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;public V1.NodeStatus.Builder mergeConfig(V1.NodeConfigStatus value)
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;public V1.NodeStatus.Builder clearConfig()
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;public V1.NodeConfigStatus.Builder getConfigBuilder()
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;public V1.NodeConfigStatusOrBuilder getConfigOrBuilder()
Status of the config assigned to the node via the dynamic Kubelet config feature. +optional
optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;getConfigOrBuilder in interface V1.NodeStatusOrBuilderpublic final V1.NodeStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>public final V1.NodeStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.NodeStatus.Builder>Copyright © 2021. All rights reserved.