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:
PodSecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SecurityContextFluentImpl.SeLinuxOptionsNestedImpl,SELinuxOptionsBuilder,WatchEventFluentImpl.SELinuxOptionsObjectNestedImpl
public class SELinuxOptionsFluentImpl<A extends SELinuxOptionsFluent<A>> extends BaseFluent<A> implements SELinuxOptionsFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description SELinuxOptionsFluentImpl()SELinuxOptionsFluentImpl(SELinuxOptions instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLevel()StringgetRole()StringgetType()StringgetUser()inthashCode()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 Detail
-
SELinuxOptionsFluentImpl
public SELinuxOptionsFluentImpl()
-
SELinuxOptionsFluentImpl
public SELinuxOptionsFluentImpl(SELinuxOptions instance)
-
-
Method Detail
-
getLevel
public String getLevel()
- Specified by:
getLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withLevel
public A withLevel(String level)
- Specified by:
withLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasLevel
public Boolean hasLevel()
- Specified by:
hasLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewLevel
public A withNewLevel(String arg1)
- Specified by:
withNewLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewLevel
public A withNewLevel(StringBuilder arg1)
- Specified by:
withNewLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewLevel
public A withNewLevel(StringBuffer arg1)
- Specified by:
withNewLevelin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
getRole
public String getRole()
- Specified by:
getRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withRole
public A withRole(String role)
- Specified by:
withRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasRole
public Boolean hasRole()
- Specified by:
hasRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewRole
public A withNewRole(String arg1)
- Specified by:
withNewRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewRole
public A withNewRole(StringBuilder arg1)
- Specified by:
withNewRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewRole
public A withNewRole(StringBuffer arg1)
- Specified by:
withNewRolein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
getUser
public String getUser()
- Specified by:
getUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withUser
public A withUser(String user)
- Specified by:
withUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
hasUser
public Boolean hasUser()
- Specified by:
hasUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewUser
public A withNewUser(String arg1)
- Specified by:
withNewUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewUser
public A withNewUser(StringBuilder arg1)
- Specified by:
withNewUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
withNewUser
public A withNewUser(StringBuffer arg1)
- Specified by:
withNewUserin interfaceSELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>
-
-