Package io.kubernetes.client.proto
Interface V1beta2Apps.StatefulSetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta2Apps.StatefulSet
,V1beta2Apps.StatefulSet.Builder
- Enclosing class:
- V1beta2Apps
public static interface V1beta2Apps.StatefulSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription+optional+optionalgetSpec()
Spec defines the desired identities of pods in this set.Spec defines the desired identities of pods in this set.Status is the current status of Pods in this StatefulSet.Status is the current status of Pods in this StatefulSet.boolean
+optionalboolean
hasSpec()
Spec defines the desired identities of pods in this set.boolean
Status is the current status of Pods in this StatefulSet.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadata
Meta.ObjectMeta getMetadata()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
hasSpec
boolean hasSpec()Spec defines the desired identities of pods in this set. +optional
optional .k8s.io.api.apps.v1beta2.StatefulSetSpec spec = 2;
-
getSpec
V1beta2Apps.StatefulSetSpec getSpec()Spec defines the desired identities of pods in this set. +optional
optional .k8s.io.api.apps.v1beta2.StatefulSetSpec spec = 2;
-
getSpecOrBuilder
V1beta2Apps.StatefulSetSpecOrBuilder getSpecOrBuilder()Spec defines the desired identities of pods in this set. +optional
optional .k8s.io.api.apps.v1beta2.StatefulSetSpec spec = 2;
-
hasStatus
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.v1beta2.StatefulSetStatus status = 3;
-
getStatus
V1beta2Apps.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.v1beta2.StatefulSetStatus status = 3;
-
getStatusOrBuilder
V1beta2Apps.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.v1beta2.StatefulSetStatus status = 3;
-