Package io.fabric8.kubernetes.api.model
Interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PodSecurityContextFluent.SeLinuxOptionsNested<N>,SecurityContextFluent.SeLinuxOptionsNested<N>,WatchEventFluent.SELinuxOptionsObjectNested<N>
- All Known Implementing Classes:
DoneableSELinuxOptions,PodSecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SELinuxOptionsBuilder,SELinuxOptionsFluentImpl,WatchEventFluentImpl.SELinuxOptionsObjectNestedImpl
public interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetLevel()StringgetRole()StringgetType()StringgetUser()BooleanhasLevel()BooleanhasRole()BooleanhasType()BooleanhasUser()AwithLevel(String level)AwithNewLevel(String arg1)AwithNewLevel(StringBuffer arg1)AwithNewLevel(StringBuilder arg1)AwithNewRole(String arg1)AwithNewRole(StringBuffer arg1)AwithNewRole(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithNewUser(String arg1)AwithNewUser(StringBuffer arg1)AwithNewUser(StringBuilder arg1)AwithRole(String role)AwithType(String type)AwithUser(String user)
-
Method Details
-
getLevel
String getLevel() -
withLevel
-
hasLevel
Boolean hasLevel() -
withNewLevel
-
withNewLevel
-
withNewLevel
-
getRole
String getRole() -
withRole
-
hasRole
Boolean hasRole() -
withNewRole
-
withNewRole
-
withNewRole
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-
getUser
String getUser() -
withUser
-
hasUser
Boolean hasUser() -
withNewUser
-
withNewUser
-
withNewUser
-