Class SELinuxStrategyOptions
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.policy.v1beta1.SELinuxStrategyOptions
-
- All Implemented Interfaces:
Editable<SELinuxStrategyOptionsBuilder>,KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SELinuxStrategyOptions extends Object implements Editable<SELinuxStrategyOptionsBuilder>, KubernetesResource
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SELinuxStrategyOptions()No args constructor for use in serializationSELinuxStrategyOptions(String rule, SELinuxOptions seLinuxOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SELinuxStrategyOptionsBuilderedit()Map<String,Object>getAdditionalProperties()StringgetRule()rule is the strategy that will dictate the allowable labels that may be set.SELinuxOptionsgetSeLinuxOptions()SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetRule(String rule)rule is the strategy that will dictate the allowable labels that may be set.voidsetSeLinuxOptions(SELinuxOptions seLinuxOptions)SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.SELinuxStrategyOptionsBuildertoBuilder()
-
-
-
Constructor Detail
-
SELinuxStrategyOptions
public SELinuxStrategyOptions()
No args constructor for use in serialization
-
SELinuxStrategyOptions
public SELinuxStrategyOptions(String rule, SELinuxOptions seLinuxOptions)
-
-
Method Detail
-
getRule
public String getRule()
rule is the strategy that will dictate the allowable labels that may be set.
-
setRule
public void setRule(String rule)
rule is the strategy that will dictate the allowable labels that may be set.
-
getSeLinuxOptions
public SELinuxOptions getSeLinuxOptions()
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
-
setSeLinuxOptions
public void setSeLinuxOptions(SELinuxOptions seLinuxOptions)
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
-
edit
public SELinuxStrategyOptionsBuilder edit()
- Specified by:
editin interfaceEditable<SELinuxStrategyOptionsBuilder>
-
toBuilder
public SELinuxStrategyOptionsBuilder toBuilder()
-
-