Interface V1beta2Apps.StatefulSetOrBuilder

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

public static interface V1beta2Apps.StatefulSetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadata

      Meta.ObjectMeta getMetadata()
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • hasSpec

      boolean hasSpec()
       Spec defines the desired identities of pods in this set.
       +optional
       
      optional .k8s.io.api.apps.v1beta2.StatefulSetSpec spec = 2;
    • getSpec

       Spec defines the desired identities of pods in this set.
       +optional
       
      optional .k8s.io.api.apps.v1beta2.StatefulSetSpec spec = 2;
    • getSpecOrBuilder

       Spec defines the desired identities of pods in this set.
       +optional
       
      optional .k8s.io.api.apps.v1beta2.StatefulSetSpec spec = 2;
    • hasStatus

      boolean hasStatus()
       Status is the current status of Pods in this StatefulSet. This data
       may be out of date by some window of time.
       +optional
       
      optional .k8s.io.api.apps.v1beta2.StatefulSetStatus status = 3;
    • getStatus

       Status is the current status of Pods in this StatefulSet. This data
       may be out of date by some window of time.
       +optional
       
      optional .k8s.io.api.apps.v1beta2.StatefulSetStatus status = 3;
    • getStatusOrBuilder

       Status is the current status of Pods in this StatefulSet. This data
       may be out of date by some window of time.
       +optional
       
      optional .k8s.io.api.apps.v1beta2.StatefulSetStatus status = 3;