Interface V1beta2Apps.RollingUpdateStatefulSetStrategyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta2Apps.RollingUpdateStatefulSetStrategy, V1beta2Apps.RollingUpdateStatefulSetStrategy.Builder
Enclosing class:
V1beta2Apps

public static interface V1beta2Apps.RollingUpdateStatefulSetStrategyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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.
       Default value is 0.
       +optional
       
      optional int32 partition = 1;
    • getPartition

      int getPartition()
       Partition indicates the ordinal at which the StatefulSet should be
       partitioned.
       Default value is 0.
       +optional
       
      optional int32 partition = 1;