Interface Generated.ReplicationControllerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.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.
      Generated.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.
      Generated.ReplicationControllerSpec getSpec()
      Spec defines the specification of the desired behavior of the replication controller.
      Generated.ReplicationControllerSpecOrBuilder getSpecOrBuilder()
      Spec defines the specification of the desired behavior of the replication controller.
      Generated.ReplicationControllerStatus getStatus()
      Status is the most recently observed status of the replication controller.
      Generated.ReplicationControllerStatusOrBuilder getStatusOrBuilder()
      Status is the most recently observed status of the replication controller.
      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.
      boolean hasSpec()
      Spec defines the specification of the desired behavior of the replication controller.
      boolean hasStatus()
      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 Detail

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

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

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

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

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

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

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