Class SELinuxStrategyOptionsFluentImpl<A extends SELinuxStrategyOptionsFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.policy.SELinuxStrategyOptionsFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,SELinuxStrategyOptionsFluent<A>
- Direct Known Subclasses:
DoneableSELinuxStrategyOptions,PodSecurityPolicySpecFluentImpl.SeLinuxNestedImpl,SELinuxStrategyOptionsBuilder
public class SELinuxStrategyOptionsFluentImpl<A extends SELinuxStrategyOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SELinuxStrategyOptionsFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SELinuxStrategyOptionsFluentImpl()SELinuxStrategyOptionsFluentImpl(SELinuxStrategyOptions instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetRule()io.fabric8.kubernetes.api.model.SELinuxOptionsgetSeLinuxOptions()BooleanhasRule()BooleanhasSeLinuxOptions()AwithNewRule(String arg1)AwithNewRule(StringBuffer arg1)AwithNewRule(StringBuilder arg1)AwithNewSeLinuxOptions(String level, String role, String type, String user)AwithRule(String rule)AwithSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)
-
Constructor Details
-
SELinuxStrategyOptionsFluentImpl
public SELinuxStrategyOptionsFluentImpl() -
SELinuxStrategyOptionsFluentImpl
-
-
Method Details
-
getRule
- Specified by:
getRulein interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
withRule
- Specified by:
withRulein interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
hasRule
- Specified by:
hasRulein interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
withNewRule
- Specified by:
withNewRulein interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
withNewRule
- Specified by:
withNewRulein interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
withNewRule
- Specified by:
withNewRulein interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
getSeLinuxOptions
public io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions()- Specified by:
getSeLinuxOptionsin interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
withSeLinuxOptions
- Specified by:
withSeLinuxOptionsin interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
hasSeLinuxOptions
- Specified by:
hasSeLinuxOptionsin interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
withNewSeLinuxOptions
- Specified by:
withNewSeLinuxOptionsin interfaceSELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
-
equals
-