Package io.kubernetes.client.proto
Interface V1beta1Apps.RollingUpdateStatefulSetStrategyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Apps.RollingUpdateStatefulSetStrategy
,V1beta1Apps.RollingUpdateStatefulSetStrategy.Builder
- Enclosing class:
- V1beta1Apps
public static interface V1beta1Apps.RollingUpdateStatefulSetStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
Partition indicates the ordinal at which the StatefulSet should be partitioned.boolean
Partition indicates the ordinal at which the StatefulSet should be partitioned.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
-
hasPartition
boolean hasPartition()Partition indicates the ordinal at which the StatefulSet should be partitioned.
optional int32 partition = 1;
-
getPartition
int getPartition()Partition indicates the ordinal at which the StatefulSet should be partitioned.
optional int32 partition = 1;
-