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