@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1SELinuxStrategyOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RULE |
static String |
SERIALIZED_NAME_SE_LINUX_OPTIONS |
Constructor and Description |
---|
V1beta1SELinuxStrategyOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRule()
rule is the strategy that will dictate the allowable labels that may be set.
|
V1SELinuxOptions |
getSeLinuxOptions()
Get seLinuxOptions
|
int |
hashCode() |
V1beta1SELinuxStrategyOptions |
rule(String rule) |
V1beta1SELinuxStrategyOptions |
seLinuxOptions(V1SELinuxOptions seLinuxOptions) |
void |
setRule(String rule) |
void |
setSeLinuxOptions(V1SELinuxOptions seLinuxOptions) |
String |
toString() |
public static final String SERIALIZED_NAME_RULE
public static final String SERIALIZED_NAME_SE_LINUX_OPTIONS
public V1beta1SELinuxStrategyOptions rule(String rule)
public String getRule()
public void setRule(String rule)
public V1beta1SELinuxStrategyOptions seLinuxOptions(V1SELinuxOptions seLinuxOptions)
@Nullable public V1SELinuxOptions getSeLinuxOptions()
public void setSeLinuxOptions(V1SELinuxOptions seLinuxOptions)
Copyright © 2020. All rights reserved.