Package io.kubernetes.client.proto
Interface V1beta1Apps.StatefulSetUpdateStrategyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Apps.StatefulSetUpdateStrategy
,V1beta1Apps.StatefulSetUpdateStrategy.Builder
- Enclosing class:
- V1beta1Apps
public static interface V1beta1Apps.StatefulSetUpdateStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.getType()
Type indicates the type of the StatefulSetUpdateStrategy.com.google.protobuf.ByteString
Type indicates the type of the StatefulSetUpdateStrategy.boolean
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.boolean
hasType()
Type indicates the type of the StatefulSetUpdateStrategy.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
-
hasType
boolean hasType()Type indicates the type of the StatefulSetUpdateStrategy.
optional string type = 1;
-
getType
String getType()Type indicates the type of the StatefulSetUpdateStrategy.
optional string type = 1;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type indicates the type of the StatefulSetUpdateStrategy.
optional string type = 1;
-
hasRollingUpdate
boolean hasRollingUpdate()RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
optional .k8s.io.api.apps.v1beta1.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
-
getRollingUpdate
V1beta1Apps.RollingUpdateStatefulSetStrategy getRollingUpdate()RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
optional .k8s.io.api.apps.v1beta1.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
-
getRollingUpdateOrBuilder
V1beta1Apps.RollingUpdateStatefulSetStrategyOrBuilder getRollingUpdateOrBuilder()RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
optional .k8s.io.api.apps.v1beta1.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
-