public static interface V1beta2Apps.StatefulSetUpdateStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta2Apps.RollingUpdateStatefulSetStrategy |
getRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
V1beta2Apps.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. Default is RollingUpdate. +optional
optional string type = 1;String getType()
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. +optional
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. +optional
optional string type = 1;boolean hasRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
V1beta2Apps.RollingUpdateStatefulSetStrategy getRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
V1beta2Apps.RollingUpdateStatefulSetStrategyOrBuilder getRollingUpdateOrBuilder()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateStatefulSetStrategy rollingUpdate = 2;
Copyright © 2023. All rights reserved.