@Generated(value="org.jsonschema2pojo") public class SELinuxContextStrategyOptions extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
SELinuxContextStrategyOptions()
No args constructor for use in serialization
|
SELinuxContextStrategyOptions(SELinuxOptions seLinuxOptions,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
SELinuxOptions |
getSeLinuxOptions() |
java.lang.String |
getType() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setSeLinuxOptions(SELinuxOptions seLinuxOptions) |
void |
setType(java.lang.String type) |
public SELinuxContextStrategyOptions()
public SELinuxContextStrategyOptions(SELinuxOptions seLinuxOptions, java.lang.String type)
seLinuxOptions - type - public SELinuxOptions getSeLinuxOptions()
public void setSeLinuxOptions(SELinuxOptions seLinuxOptions)
seLinuxOptions - The seLinuxOptionspublic java.lang.String getType()
public void setType(java.lang.String type)
type - The typepublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.