public static interface V1.NodeStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.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.NodeDaemonEndpointsOrBuilder |
getDaemonEndpointsOrBuilder()
Endpoints of daemons running on the Node.
|
V1.ContainerImage |
getImages(int index)
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
|
V1.NodeSystemInfo |
getNodeInfo()
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.
|
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.
|
List<String> |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCapacityCount()
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;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;@Deprecated Map<String,Resource.Quantity> getCapacity()
getCapacityMap() instead.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;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;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;int getAllocatableCount()
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;
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;
@Deprecated Map<String,Resource.Quantity> getAllocatable()
getAllocatableMap() instead.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;
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;
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;
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;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;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;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;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;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;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;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;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 Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;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 Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;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 Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;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 Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;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 Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;boolean hasDaemonEndpoints()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;V1.NodeDaemonEndpoints getDaemonEndpoints()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;V1.NodeDaemonEndpointsOrBuilder getDaemonEndpointsOrBuilder()
Endpoints of daemons running on the Node. +optional
optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;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;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;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;List<V1.ContainerImage> getImagesList()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;V1.ContainerImage getImages(int index)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;int getImagesCount()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;List<? extends V1.ContainerImageOrBuilder> getImagesOrBuilderList()
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;V1.ContainerImageOrBuilder getImagesOrBuilder(int index)
List of container images on this node +optional
repeated .k8s.io.api.core.v1.ContainerImage images = 8;List<String> getVolumesInUseList()
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;int getVolumesInUseCount()
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;String getVolumesInUse(int index)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;com.google.protobuf.ByteString getVolumesInUseBytes(int index)
List of attachable volumes in use (mounted) by the node. +optional
repeated string volumesInUse = 9;List<V1.AttachedVolume> getVolumesAttachedList()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;V1.AttachedVolume getVolumesAttached(int index)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;int getVolumesAttachedCount()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;List<? extends V1.AttachedVolumeOrBuilder> getVolumesAttachedOrBuilderList()
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;V1.AttachedVolumeOrBuilder getVolumesAttachedOrBuilder(int index)
List of volumes that are attached to the node. +optional
repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;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;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;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;Copyright © 2023. All rights reserved.