Package io.kubernetes.client.proto
Interface V1beta1Extensions.SupplementalGroupsStrategyOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.SupplementalGroupsStrategyOptions
,V1beta1Extensions.SupplementalGroupsStrategyOptions.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.SupplementalGroupsStrategyOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRanges
(int index) ranges are the allowed ranges of supplemental groups.int
ranges are the allowed ranges of supplemental groups.ranges are the allowed ranges of supplemental groups.getRangesOrBuilder
(int index) ranges are the allowed ranges of supplemental groups.List<? extends V1beta1Extensions.IDRangeOrBuilder>
ranges are the allowed ranges of supplemental groups.getRule()
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.com.google.protobuf.ByteString
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.boolean
hasRule()
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.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
-
hasRule
boolean hasRule()rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. +optional
optional string rule = 1;
-
getRule
String getRule()rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. +optional
optional string rule = 1;
-
getRuleBytes
com.google.protobuf.ByteString getRuleBytes()rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. +optional
optional string rule = 1;
-
getRangesList
List<V1beta1Extensions.IDRange> getRangesList()ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
-
getRanges
ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
-
getRangesCount
int getRangesCount()ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
-
getRangesOrBuilderList
List<? extends V1beta1Extensions.IDRangeOrBuilder> getRangesOrBuilderList()ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
-
getRangesOrBuilder
ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
-