public static interface V1beta1Extensions.RunAsUserStrategyOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
V1beta1Extensions.IDRange |
getRanges(int index)
ranges are the allowed ranges of uids that may be used.
|
int |
getRangesCount()
ranges are the allowed ranges of uids that may be used.
|
List<V1beta1Extensions.IDRange> |
getRangesList()
ranges are the allowed ranges of uids that may be used.
|
V1beta1Extensions.IDRangeOrBuilder |
getRangesOrBuilder(int index)
ranges are the allowed ranges of uids that may be used.
|
List<? extends V1beta1Extensions.IDRangeOrBuilder> |
getRangesOrBuilderList()
ranges are the allowed ranges of uids that may be used.
|
String |
getRule()
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
com.google.protobuf.ByteString |
getRuleBytes()
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
boolean |
hasRule()
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRule()
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
optional string rule = 1;
String getRule()
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
optional string rule = 1;
com.google.protobuf.ByteString getRuleBytes()
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
optional string rule = 1;
List<V1beta1Extensions.IDRange> getRangesList()
ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
V1beta1Extensions.IDRange getRanges(int index)
ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
int getRangesCount()
ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
List<? extends V1beta1Extensions.IDRangeOrBuilder> getRangesOrBuilderList()
ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
V1beta1Extensions.IDRangeOrBuilder getRangesOrBuilder(int index)
ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. +optional
repeated .k8s.io.api.extensions.v1beta1.IDRange ranges = 2;
Copyright © 2021. All rights reserved.