Interface V1beta2Apps.DaemonSetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta2Apps.DaemonSet, V1beta2Apps.DaemonSet.Builder
Enclosing class:
V1beta2Apps

public static interface V1beta2Apps.DaemonSetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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()
       The desired behavior of this daemon set.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.apps.v1beta2.DaemonSetSpec spec = 2;
    • getSpec

       The desired behavior of this daemon set.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.apps.v1beta2.DaemonSetSpec spec = 2;
    • getSpecOrBuilder

       The desired behavior of this daemon set.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.apps.v1beta2.DaemonSetSpec spec = 2;
    • hasStatus

      boolean hasStatus()
       The current status of this daemon set. This data may be
       out of date by some window of time.
       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.apps.v1beta2.DaemonSetStatus status = 3;
    • getStatus

       The current status of this daemon set. This data may be
       out of date by some window of time.
       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.apps.v1beta2.DaemonSetStatus status = 3;
    • getStatusOrBuilder

       The current status of this daemon set. This data may be
       out of date by some window of time.
       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.apps.v1beta2.DaemonSetStatus status = 3;