Class SeccompProfileBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.SeccompProfileFluent<SeccompProfileBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.SeccompProfileBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<SeccompProfile>,io.fabric8.kubernetes.api.builder.Fluent<SeccompProfileBuilder>,io.fabric8.kubernetes.api.builder.Visitable<SeccompProfileBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<SeccompProfile,SeccompProfileBuilder>
public class SeccompProfileBuilder extends SeccompProfileFluent<SeccompProfileBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SeccompProfile,SeccompProfileBuilder>
-
-
Constructor Summary
Constructors Constructor Description SeccompProfileBuilder()SeccompProfileBuilder(SeccompProfile instance)SeccompProfileBuilder(SeccompProfileFluent<?> fluent)SeccompProfileBuilder(SeccompProfileFluent<?> fluent, SeccompProfile instance)SeccompProfileBuilder(SeccompProfileFluent<?> fluent, SeccompProfile instance, Boolean validationEnabled)SeccompProfileBuilder(SeccompProfileFluent<?> fluent, Boolean validationEnabled)SeccompProfileBuilder(SeccompProfile instance, Boolean validationEnabled)SeccompProfileBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SeccompProfilebuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.SeccompProfileFluent
equals, getLocalhostProfile, getType, hashCode, hasLocalhostProfile, hasType, toString, withLocalhostProfile, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
SeccompProfileBuilder
public SeccompProfileBuilder()
-
SeccompProfileBuilder
public SeccompProfileBuilder(Boolean validationEnabled)
-
SeccompProfileBuilder
public SeccompProfileBuilder(SeccompProfileFluent<?> fluent)
-
SeccompProfileBuilder
public SeccompProfileBuilder(SeccompProfileFluent<?> fluent, Boolean validationEnabled)
-
SeccompProfileBuilder
public SeccompProfileBuilder(SeccompProfileFluent<?> fluent, SeccompProfile instance)
-
SeccompProfileBuilder
public SeccompProfileBuilder(SeccompProfileFluent<?> fluent, SeccompProfile instance, Boolean validationEnabled)
-
SeccompProfileBuilder
public SeccompProfileBuilder(SeccompProfile instance)
-
SeccompProfileBuilder
public SeccompProfileBuilder(SeccompProfile instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public SeccompProfile build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<SeccompProfile>
-
-