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