public static interface V1.ReplicationControllerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
V1.ReplicationControllerSpec |
getSpec()
Spec defines the specification of the desired behavior of the replication controller.
|
V1.ReplicationControllerSpecOrBuilder |
getSpecOrBuilder()
Spec defines the specification of the desired behavior of the replication controller.
|
V1.ReplicationControllerStatus |
getStatus()
Status is the most recently observed status of the replication controller.
|
V1.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;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/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;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/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerSpec spec = 2;V1.ReplicationControllerSpec getSpec()
Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerSpec spec = 2;V1.ReplicationControllerSpecOrBuilder getSpecOrBuilder()
Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerSpec spec = 2;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/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerStatus status = 3;V1.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/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerStatus status = 3;V1.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/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerStatus status = 3;Copyright © 2018. All rights reserved.