Package io.kubernetes.client.proto
Interface V1.NodeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.Node,V1.Node.Builder
- Enclosing class:
- V1
public static interface V1.NodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object's metadata.Standard object's metadata.getSpec()Spec defines the behavior of a node.Spec defines the behavior of a node.Most recently observed status of the node.Most recently observed status of the node.booleanStandard object's metadata.booleanhasSpec()Spec defines the behavior of a node.booleanMost recently observed status of the node.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
hasSpec
boolean hasSpec()Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NodeSpec spec = 2; -
getSpec
V1.NodeSpec getSpec()Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NodeSpec spec = 2; -
getSpecOrBuilder
V1.NodeSpecOrBuilder getSpecOrBuilder()Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NodeSpec spec = 2; -
hasStatus
boolean hasStatus()Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NodeStatus status = 3; -
getStatus
V1.NodeStatus getStatus()Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NodeStatus status = 3; -
getStatusOrBuilder
V1.NodeStatusOrBuilder getStatusOrBuilder()Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.NodeStatus status = 3;
-