Interface Generated.NodeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.Node, Generated.Node.Builder
    Enclosing class:
    Generated

    public static interface Generated.NodeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • 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;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        Generated.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;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        Generated.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;
        Returns:
        Whether the spec field is set.
      • getSpec

        Generated.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;
        Returns:
        The spec.
      • getSpecOrBuilder

        Generated.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;
        Returns:
        Whether the status field is set.
      • getStatus

        Generated.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;
        Returns:
        The status.
      • getStatusOrBuilder

        Generated.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;