Class SeLinuxOptionsFluent<A extends SeLinuxOptionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.SeLinuxOptionsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
SecurityContextFluent.SeLinuxOptionsNested,SeLinuxOptionsBuilder
public class SeLinuxOptionsFluent<A extends SeLinuxOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SeLinuxOptionsFluent()SeLinuxOptionsFluent(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()StringtoString()AwithLevel(String level)AwithRole(String role)AwithType(String type)AwithUser(String user)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
SeLinuxOptionsFluent
public SeLinuxOptionsFluent()
-
SeLinuxOptionsFluent
public SeLinuxOptionsFluent(SeLinuxOptions instance)
-
-
Method Detail
-
getLevel
public String getLevel()
-
hasLevel
public boolean hasLevel()
-
getRole
public String getRole()
-
hasRole
public boolean hasRole()
-
getType
public String getType()
-
hasType
public boolean hasType()
-
getUser
public String getUser()
-
hasUser
public boolean hasUser()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SeLinuxOptionsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SeLinuxOptionsFluent<A>>
-
-