Class SeccompProfileFluent<A extends SeccompProfileFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.securitycontext.SeccompProfileFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
SeccompProfileBuilder,SecurityContextFluent.InitcontainersSeccompProfileNested
public class SeccompProfileFluent<A extends SeccompProfileFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SeccompProfileFluent()SeccompProfileFluent(SeccompProfile instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocalhostProfile()StringgetType()inthashCode()booleanhasLocalhostProfile()booleanhasType()StringtoString()AwithLocalhostProfile(String localhostProfile)AwithType(String type)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
SeccompProfileFluent
public SeccompProfileFluent()
-
SeccompProfileFluent
public SeccompProfileFluent(SeccompProfile instance)
-
-
Method Detail
-
getLocalhostProfile
public String getLocalhostProfile()
-
hasLocalhostProfile
public boolean hasLocalhostProfile()
-
getType
public String getType()
-
hasType
public boolean hasType()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SeccompProfileFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SeccompProfileFluent<A>>
-
-