Interface V1beta2Apps.ReplicaSetOrBuilder

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

public static interface V1beta2Apps.ReplicaSetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.
    If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.
    Spec defines the specification of the desired behavior of the ReplicaSet.
    Spec defines the specification of the desired behavior of the ReplicaSet.
    Status is the most recently observed status of the ReplicaSet.
    Status is the most recently observed status of the ReplicaSet.
    boolean
    If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.
    boolean
    Spec defines the specification of the desired behavior of the ReplicaSet.
    boolean
    Status is the most recently observed status of the ReplicaSet.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       If the Labels of a ReplicaSet are empty, they are defaulted to
       be the same as the Pod(s) that the ReplicaSet manages.
       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()
       If the Labels of a ReplicaSet are empty, they are defaulted to
       be the same as the Pod(s) that the ReplicaSet manages.
       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()
       If the Labels of a ReplicaSet are empty, they are defaulted to
       be the same as the Pod(s) that the ReplicaSet manages.
       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 specification of the desired behavior of the ReplicaSet.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.apps.v1beta2.ReplicaSetSpec spec = 2;
    • getSpec

       Spec defines the specification of the desired behavior of the ReplicaSet.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.apps.v1beta2.ReplicaSetSpec spec = 2;
    • getSpecOrBuilder

       Spec defines the specification of the desired behavior of the ReplicaSet.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.apps.v1beta2.ReplicaSetSpec spec = 2;
    • hasStatus

      boolean hasStatus()
       Status is the most recently observed status of the ReplicaSet.
       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.ReplicaSetStatus status = 3;
    • getStatus

       Status is the most recently observed status of the ReplicaSet.
       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.ReplicaSetStatus status = 3;
    • getStatusOrBuilder

       Status is the most recently observed status of the ReplicaSet.
       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.ReplicaSetStatus status = 3;