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