@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class ExtensionsV1beta1FSGroupStrategyOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RANGES |
static String |
SERIALIZED_NAME_RULE |
Constructor and Description |
---|
ExtensionsV1beta1FSGroupStrategyOptions() |
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1FSGroupStrategyOptions |
addRangesItem(ExtensionsV1beta1IDRange rangesItem) |
boolean |
equals(Object o) |
List<ExtensionsV1beta1IDRange> |
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() |
ExtensionsV1beta1FSGroupStrategyOptions |
ranges(List<ExtensionsV1beta1IDRange> ranges) |
ExtensionsV1beta1FSGroupStrategyOptions |
rule(String rule) |
void |
setRanges(List<ExtensionsV1beta1IDRange> ranges) |
void |
setRule(String rule) |
String |
toString() |
public static final String SERIALIZED_NAME_RANGES
public static final String SERIALIZED_NAME_RULE
public ExtensionsV1beta1FSGroupStrategyOptions()
public ExtensionsV1beta1FSGroupStrategyOptions ranges(List<ExtensionsV1beta1IDRange> ranges)
public ExtensionsV1beta1FSGroupStrategyOptions addRangesItem(ExtensionsV1beta1IDRange rangesItem)
@Nullable public List<ExtensionsV1beta1IDRange> getRanges()
public void setRanges(List<ExtensionsV1beta1IDRange> ranges)
public ExtensionsV1beta1FSGroupStrategyOptions rule(String rule)
@Nullable public String getRule()
public void setRule(String rule)
Copyright © 2020. All rights reserved.