Class V1SeccompProfileBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1SeccompProfileFluentImpl<V1SeccompProfileBuilder>
io.kubernetes.client.openapi.models.V1SeccompProfileBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1SeccompProfile>
,Fluent<V1SeccompProfileBuilder>
,Visitable<V1SeccompProfileBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1SeccompProfile,
,V1SeccompProfileBuilder> V1SeccompProfileFluent<V1SeccompProfileBuilder>
public class V1SeccompProfileBuilder
extends V1SeccompProfileFluentImpl<V1SeccompProfileBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1SeccompProfile,V1SeccompProfileBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1SeccompProfileBuilder
(io.kubernetes.client.openapi.models.V1SeccompProfile instance) V1SeccompProfileBuilder
(V1SeccompProfileFluent<?> fluent) V1SeccompProfileBuilder
(V1SeccompProfileFluent<?> fluent, io.kubernetes.client.openapi.models.V1SeccompProfile instance) V1SeccompProfileBuilder
(V1SeccompProfileFluent<?> fluent, io.kubernetes.client.openapi.models.V1SeccompProfile instance, Boolean validationEnabled) V1SeccompProfileBuilder
(V1SeccompProfileFluent<?> fluent, Boolean validationEnabled) V1SeccompProfileBuilder
(io.kubernetes.client.openapi.models.V1SeccompProfile instance, Boolean validationEnabled) V1SeccompProfileBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1SeccompProfileFluentImpl
equals, getLocalhostProfile, getType, hashCode, hasLocalhostProfile, hasType, toString, withLocalhostProfile, withType
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1SeccompProfileBuilder
public V1SeccompProfileBuilder() -
V1SeccompProfileBuilder
-
V1SeccompProfileBuilder
-
V1SeccompProfileBuilder
-
V1SeccompProfileBuilder
public V1SeccompProfileBuilder(V1SeccompProfileFluent<?> fluent, io.kubernetes.client.openapi.models.V1SeccompProfile instance) -
V1SeccompProfileBuilder
public V1SeccompProfileBuilder(V1SeccompProfileFluent<?> fluent, io.kubernetes.client.openapi.models.V1SeccompProfile instance, Boolean validationEnabled) -
V1SeccompProfileBuilder
public V1SeccompProfileBuilder(io.kubernetes.client.openapi.models.V1SeccompProfile instance) -
V1SeccompProfileBuilder
public V1SeccompProfileBuilder(io.kubernetes.client.openapi.models.V1SeccompProfile instance, Boolean validationEnabled)
-
-
Method Details