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