Package io.fabric8.openshift.api.model
Interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SecurityContextConstraintsFluent.SeLinuxContextNested<N>
- All Known Implementing Classes:
DoneableSELinuxContextStrategyOptions,SecurityContextConstraintsFluentImpl.SeLinuxContextNestedImpl,SELinuxContextStrategyOptionsBuilder,SELinuxContextStrategyOptionsFluentImpl
public interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description io.fabric8.kubernetes.api.model.SELinuxOptionsgetSeLinuxOptions()StringgetType()BooleanhasSeLinuxOptions()BooleanhasType()AwithNewSeLinuxOptions(String level, String role, String type, String user)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)AwithType(String type)
-
Method Details
-
getSeLinuxOptions
io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions() -
withSeLinuxOptions
-
hasSeLinuxOptions
Boolean hasSeLinuxOptions() -
withNewSeLinuxOptions
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-