Class Generated.ReplicationController.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.ReplicationController.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.ReplicationController.Builder>
      • getDefaultInstanceForType

        public Generated.ReplicationController getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Generated.ReplicationController build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Generated.ReplicationController buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.ReplicationController.Builder>
      • hasMetadata

        public 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;
        Specified by:
        hasMetadata in interface Generated.ReplicationControllerOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        public 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;
        Specified by:
        getMetadata in interface Generated.ReplicationControllerOrBuilder
        Returns:
        The metadata.
      • setMetadata

        public Generated.ReplicationController.Builder setMetadata​(Generated.ObjectMeta value)
         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;
      • setMetadata

        public Generated.ReplicationController.Builder setMetadata​(Generated.ObjectMeta.Builder builderForValue)
         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;
      • mergeMetadata

        public Generated.ReplicationController.Builder mergeMetadata​(Generated.ObjectMeta value)
         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;
      • clearMetadata

        public Generated.ReplicationController.Builder clearMetadata()
         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;
      • getMetadataBuilder

        public Generated.ObjectMeta.Builder getMetadataBuilder()
         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

        public 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;
        Specified by:
        getMetadataOrBuilder in interface Generated.ReplicationControllerOrBuilder
      • hasSpec

        public 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;
        Specified by:
        hasSpec in interface Generated.ReplicationControllerOrBuilder
        Returns:
        Whether the spec field is set.
      • getSpec

        public 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;
        Specified by:
        getSpec in interface Generated.ReplicationControllerOrBuilder
        Returns:
        The spec.
      • setSpec

        public Generated.ReplicationController.Builder setSpec​(Generated.ReplicationControllerSpec value)
         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;
      • mergeSpec

        public Generated.ReplicationController.Builder mergeSpec​(Generated.ReplicationControllerSpec value)
         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;
      • clearSpec

        public Generated.ReplicationController.Builder clearSpec()
         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;
      • getSpecBuilder

        public Generated.ReplicationControllerSpec.Builder getSpecBuilder()
         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

        public 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;
        Specified by:
        hasStatus in interface Generated.ReplicationControllerOrBuilder
        Returns:
        Whether the status field is set.
      • getStatus

        public 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;
        Specified by:
        getStatus in interface Generated.ReplicationControllerOrBuilder
        Returns:
        The status.
      • setStatus

        public Generated.ReplicationController.Builder setStatus​(Generated.ReplicationControllerStatus value)
         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;
      • setStatus

        public Generated.ReplicationController.Builder setStatus​(Generated.ReplicationControllerStatus.Builder builderForValue)
         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;
      • mergeStatus

        public Generated.ReplicationController.Builder mergeStatus​(Generated.ReplicationControllerStatus value)
         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;
      • clearStatus

        public Generated.ReplicationController.Builder clearStatus()
         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;
      • getStatusBuilder

        public Generated.ReplicationControllerStatus.Builder getStatusBuilder()
         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

        public 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;
        Specified by:
        getStatusOrBuilder in interface Generated.ReplicationControllerOrBuilder