Package io.fabric8.openshift.api.model
Class SELinuxContextStrategyOptions
java.lang.Object
io.fabric8.openshift.api.model.SELinuxContextStrategyOptions
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class SELinuxContextStrategyOptions extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SELinuxContextStrategyOptions()No args constructor for use in serializationSELinuxContextStrategyOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions, String type) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.SELinuxOptionsgetSeLinuxOptions()StringgetType()voidsetAdditionalProperty(String name, Object value)voidsetSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)voidsetType(String type)
-
Constructor Details
-
SELinuxContextStrategyOptions
public SELinuxContextStrategyOptions()No args constructor for use in serialization -
SELinuxContextStrategyOptions
public SELinuxContextStrategyOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions, String type)- Parameters:
seLinuxOptions-type-
-
-
Method Details
-
getSeLinuxOptions
public io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions()- Returns:
- The seLinuxOptions
-
setSeLinuxOptions
public void setSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)- Parameters:
seLinuxOptions- The seLinuxOptions
-
getType
- Returns:
- The type
-
setType
- Parameters:
type- The type
-
getAdditionalProperties
-
setAdditionalProperty
-