public static interface V1beta1Apps.StatefulSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
+optional
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
+optional
|
V1beta1Apps.StatefulSetSpec |
getSpec()
Spec defines the desired identities of pods in this set.
|
V1beta1Apps.StatefulSetSpecOrBuilder |
getSpecOrBuilder()
Spec defines the desired identities of pods in this set.
|
V1beta1Apps.StatefulSetStatus |
getStatus()
Status is the current status of Pods in this StatefulSet.
|
V1beta1Apps.StatefulSetStatusOrBuilder |
getStatusOrBuilder()
Status is the current status of Pods in this StatefulSet.
|
boolean |
hasMetadata()
+optional
|
boolean |
hasSpec()
Spec defines the desired identities of pods in this set.
|
boolean |
hasStatus()
Status is the current status of Pods in this StatefulSet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
Spec defines the desired identities of pods in this set. +optional
optional .k8s.io.api.apps.v1beta1.StatefulSetSpec spec = 2;V1beta1Apps.StatefulSetSpec getSpec()
Spec defines the desired identities of pods in this set. +optional
optional .k8s.io.api.apps.v1beta1.StatefulSetSpec spec = 2;V1beta1Apps.StatefulSetSpecOrBuilder getSpecOrBuilder()
Spec defines the desired identities of pods in this set. +optional
optional .k8s.io.api.apps.v1beta1.StatefulSetSpec spec = 2;boolean hasStatus()
Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. +optional
optional .k8s.io.api.apps.v1beta1.StatefulSetStatus status = 3;V1beta1Apps.StatefulSetStatus getStatus()
Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. +optional
optional .k8s.io.api.apps.v1beta1.StatefulSetStatus status = 3;V1beta1Apps.StatefulSetStatusOrBuilder getStatusOrBuilder()
Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. +optional
optional .k8s.io.api.apps.v1beta1.StatefulSetStatus status = 3;Copyright © 2018. All rights reserved.