Package io.fabric8.kubernetes.api.model
Class SELinuxOptionsFluentImpl<A extends SELinuxOptionsFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SELinuxOptionsFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,SELinuxOptionsFluent<A>
- Direct Known Subclasses:
DoneableSELinuxOptions,PodSecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SELinuxOptionsBuilder,WatchEventFluentImpl.SELinuxOptionsObjectNestedImpl
public class SELinuxOptionsFluentImpl<A extends SELinuxOptionsFluent<A>> extends BaseFluent<A> implements SELinuxOptionsFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SELinuxOptionsFluentImpl()SELinuxOptionsFluentImpl(SELinuxOptions instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
SELinuxOptionsFluentImpl
public SELinuxOptionsFluentImpl() -
SELinuxOptionsFluentImpl
-
-
Method Details
-
getLevel
- Specified by:
getLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withLevel
- Specified by:
withLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasLevel
- Specified by:
hasLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewLevel
- Specified by:
withNewLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewLevel
- Specified by:
withNewLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewLevel
- Specified by:
withNewLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
getRole
- Specified by:
getRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withRole
- Specified by:
withRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasRole
- Specified by:
hasRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewRole
- Specified by:
withNewRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewRole
- Specified by:
withNewRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewRole
- Specified by:
withNewRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
getType
- Specified by:
getTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withType
- Specified by:
withTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
getUser
- Specified by:
getUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withUser
- Specified by:
withUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasUser
- Specified by:
hasUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewUser
- Specified by:
withNewUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewUser
- Specified by:
withNewUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewUser
- Specified by:
withNewUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
equals
-