Interface V1.ReplicationControllerOrBuilder

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

public static interface V1.ReplicationControllerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    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 ReplicationController are empty, they are defaulted to
       be the same as the Pod(s) that the replication controller 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 ReplicationController are empty, they are defaulted to
       be the same as the Pod(s) that the replication controller 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 ReplicationController are empty, they are defaulted to
       be the same as the Pod(s) that the replication controller 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 replication controller.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.core.v1.ReplicationControllerSpec spec = 2;
    • getSpec

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

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

      boolean hasStatus()
       Status is the most recently observed status of the replication controller.
       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.core.v1.ReplicationControllerStatus status = 3;
    • getStatus

       Status is the most recently observed status of the replication controller.
       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.core.v1.ReplicationControllerStatus status = 3;
    • getStatusOrBuilder

       Status is the most recently observed status of the replication controller.
       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.core.v1.ReplicationControllerStatus status = 3;