Package io.fabric8.kubernetes.api.model
Class SeccompProfileBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.SeccompProfileFluentImpl<SeccompProfileBuilder>
-
- io.fabric8.kubernetes.api.model.SeccompProfileBuilder
-
- All Implemented Interfaces:
Builder<SeccompProfile>
,Fluent<SeccompProfileBuilder>
,Visitable<SeccompProfileBuilder>
,VisitableBuilder<SeccompProfile,SeccompProfileBuilder>
,SeccompProfileFluent<SeccompProfileBuilder>
public class SeccompProfileBuilder extends SeccompProfileFluentImpl<SeccompProfileBuilder> implements VisitableBuilder<SeccompProfile,SeccompProfileBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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 SeccompProfile
build()
boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class io.fabric8.kubernetes.api.model.SeccompProfileFluentImpl
getLocalhostProfile, getType, hasLocalhostProfile, hasType, withLocalhostProfile, withNewLocalhostProfile, withNewLocalhostProfile, withNewLocalhostProfile, withNewType, withNewType, withNewType, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
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:
build
in interfaceBuilder<SeccompProfile>
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSeccompProfileFluentImpl<SeccompProfileBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSeccompProfileFluentImpl<SeccompProfileBuilder>
-
-