@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1beta1FSGroupStrategyOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RANGES |
static String |
SERIALIZED_NAME_RULE |
Constructor and Description |
---|
V1beta1FSGroupStrategyOptions() |
Modifier and Type | Method and Description |
---|---|
V1beta1FSGroupStrategyOptions |
addRangesItem(V1beta1IDRange rangesItem) |
boolean |
equals(Object o) |
List<V1beta1IDRange> |
getRanges()
ranges are the allowed ranges of fs groups.
|
String |
getRule()
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
int |
hashCode() |
V1beta1FSGroupStrategyOptions |
ranges(List<V1beta1IDRange> ranges) |
V1beta1FSGroupStrategyOptions |
rule(String rule) |
void |
setRanges(List<V1beta1IDRange> ranges) |
void |
setRule(String rule) |
String |
toString() |
public static final String SERIALIZED_NAME_RANGES
public static final String SERIALIZED_NAME_RULE
public V1beta1FSGroupStrategyOptions ranges(List<V1beta1IDRange> ranges)
public V1beta1FSGroupStrategyOptions addRangesItem(V1beta1IDRange rangesItem)
@Nullable public List<V1beta1IDRange> getRanges()
public void setRanges(List<V1beta1IDRange> ranges)
public V1beta1FSGroupStrategyOptions rule(String rule)
@Nullable public String getRule()
public void setRule(String rule)
Copyright © 2022. All rights reserved.