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:
PodSecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SELinuxOptionsBuilder,SELinuxOptionsFluentImpl,WatchEventFluentImpl.SELinuxOptionsObjectNestedImpl
public interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getLevel
String getLevel()
-
hasLevel
Boolean hasLevel()
-
withNewLevel
A withNewLevel(StringBuilder arg1)
-
withNewLevel
A withNewLevel(StringBuffer arg1)
-
getRole
String getRole()
-
hasRole
Boolean hasRole()
-
withNewRole
A withNewRole(StringBuilder arg1)
-
withNewRole
A withNewRole(StringBuffer arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
getUser
String getUser()
-
hasUser
Boolean hasUser()
-
withNewUser
A withNewUser(StringBuilder arg1)
-
withNewUser
A withNewUser(StringBuffer arg1)
-
-