public static interface V1beta1Apps.StatefulSetUpdateStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Apps.RollingUpdateStatefulSetStrategy |
getRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
V1beta1Apps.RollingUpdateStatefulSetStrategyOrBuilder |
getRollingUpdateOrBuilder()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
String |
getType()
Type indicates the type of the StatefulSetUpdateStrategy.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type indicates the type of the StatefulSetUpdateStrategy.
|
boolean |
hasRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
boolean |
hasType()
Type indicates the type of the StatefulSetUpdateStrategy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type indicates the type of the StatefulSetUpdateStrategy.
optional string type = 1;String getType()
Type indicates the type of the StatefulSetUpdateStrategy.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type indicates the type of the StatefulSetUpdateStrategy.
optional string type = 1;boolean hasRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
optional .k8s.io.api.apps.v1beta1.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
V1beta1Apps.RollingUpdateStatefulSetStrategy getRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
optional .k8s.io.api.apps.v1beta1.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
V1beta1Apps.RollingUpdateStatefulSetStrategyOrBuilder getRollingUpdateOrBuilder()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
optional .k8s.io.api.apps.v1beta1.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
Copyright © 2021. All rights reserved.