Interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PodSecurityPolicySpecFluent.SeLinuxNested<N>
- All Known Implementing Classes:
DoneableSELinuxStrategyOptions,PodSecurityPolicySpecFluentImpl.SeLinuxNestedImpl,SELinuxStrategyOptionsBuilder,SELinuxStrategyOptionsFluentImpl
public interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getRule
String getRule() -
withRule
-
hasRule
Boolean hasRule() -
withNewRule
-
withNewRule
-
withNewRule
-
getSeLinuxOptions
io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions() -
withSeLinuxOptions
-
hasSeLinuxOptions
Boolean hasSeLinuxOptions() -
withNewSeLinuxOptions
-