public static interface V1Apps.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.
|
V1Apps.ReplicaSetSpec |
getSpec()
Spec defines the specification of the desired behavior of the ReplicaSet.
|
V1Apps.ReplicaSetSpecOrBuilder |
getSpecOrBuilder()
Spec defines the specification of the desired behavior of the ReplicaSet.
|
V1Apps.ReplicaSetStatus |
getStatus()
Status is the most recently observed status of the ReplicaSet.
|
V1Apps.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, hasOneof
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. 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;
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/sig-architecture/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/sig-architecture/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/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.apps.v1.ReplicaSetSpec spec = 2;
V1Apps.ReplicaSetSpec getSpec()
Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.apps.v1.ReplicaSetSpec spec = 2;
V1Apps.ReplicaSetSpecOrBuilder getSpecOrBuilder()
Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.apps.v1.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/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.apps.v1.ReplicaSetStatus status = 3;
V1Apps.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/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.apps.v1.ReplicaSetStatus status = 3;
V1Apps.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/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.apps.v1.ReplicaSetStatus status = 3;
Copyright © 2022. All rights reserved.