public static final class V1.NodeStatus extends com.google.protobuf.GeneratedMessageV3 implements V1.NodeStatusOrBuilder
NodeStatus is information about the current status of a node.Protobuf type
k8s.io.api.core.v1.NodeStatus| Modifier and Type | Class and Description |
|---|---|
static class |
V1.NodeStatus.Builder
NodeStatus is information about the current status of a node.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESSES_FIELD_NUMBER |
static int |
ALLOCATABLE_FIELD_NUMBER |
static int |
CAPACITY_FIELD_NUMBER |
static int |
CONDITIONS_FIELD_NUMBER |
static int |
CONFIG_FIELD_NUMBER |
static int |
DAEMONENDPOINTS_FIELD_NUMBER |
static int |
IMAGES_FIELD_NUMBER |
static int |
NODEINFO_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.NodeStatus> |
PARSER
Deprecated.
|
static int |
PHASE_FIELD_NUMBER |
static int |
VOLUMESATTACHED_FIELD_NUMBER |
static int |
VOLUMESINUSE_FIELD_NUMBER |
| 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.
|
boolean |
equals(Object obj) |
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.
|
static V1.NodeStatus |
getDefaultInstance() |
V1.NodeStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<V1.NodeStatus> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
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.
|
int |
hashCode() |
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) |
boolean |
isInitialized() |
static V1.NodeStatus.Builder |
newBuilder() |
static V1.NodeStatus.Builder |
newBuilder(V1.NodeStatus prototype) |
V1.NodeStatus.Builder |
newBuilderForType() |
protected V1.NodeStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.NodeStatus |
parseDelimitedFrom(InputStream input) |
static V1.NodeStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeStatus |
parseFrom(byte[] data) |
static V1.NodeStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeStatus |
parseFrom(ByteBuffer data) |
static V1.NodeStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeStatus |
parseFrom(com.google.protobuf.ByteString data) |
static V1.NodeStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.NodeStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.NodeStatus |
parseFrom(InputStream input) |
static V1.NodeStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.NodeStatus> |
parser() |
V1.NodeStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CAPACITY_FIELD_NUMBER
public static final int ALLOCATABLE_FIELD_NUMBER
public static final int PHASE_FIELD_NUMBER
public static final int CONDITIONS_FIELD_NUMBER
public static final int ADDRESSES_FIELD_NUMBER
public static final int DAEMONENDPOINTS_FIELD_NUMBER
public static final int NODEINFO_FIELD_NUMBER
public static final int IMAGES_FIELD_NUMBER
public static final int VOLUMESINUSE_FIELD_NUMBER
public static final int VOLUMESATTACHED_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.NodeStatus> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 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.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<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 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 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.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 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.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.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 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 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.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 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 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 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 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.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 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.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 boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1.NodeStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.NodeStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.NodeStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.NodeStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.NodeStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.NodeStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.NodeStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.NodeStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.NodeStatus.Builder newBuilder()
public static V1.NodeStatus.Builder newBuilder(V1.NodeStatus prototype)
public V1.NodeStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.NodeStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.NodeStatus getDefaultInstance()
public static com.google.protobuf.Parser<V1.NodeStatus> parser()
public com.google.protobuf.Parser<V1.NodeStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.NodeStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.