Class V1beta2FlowSchemaBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaFluentImpl<V1beta2FlowSchemaBuilder>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2FlowSchema>
,Fluent<V1beta2FlowSchemaBuilder>
,Visitable<V1beta2FlowSchemaBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchema,
,V1beta2FlowSchemaBuilder> V1beta2FlowSchemaFluent<V1beta2FlowSchemaBuilder>
public class V1beta2FlowSchemaBuilder
extends V1beta2FlowSchemaFluentImpl<V1beta2FlowSchemaBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchema,V1beta2FlowSchemaBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta2FlowSchemaFluent
V1beta2FlowSchemaFluent.MetadataNested<N>, V1beta2FlowSchemaFluent.SpecNested<N>, V1beta2FlowSchemaFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2FlowSchemaBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchema instance) V1beta2FlowSchemaBuilder
(V1beta2FlowSchemaFluent<?> fluent) V1beta2FlowSchemaBuilder
(V1beta2FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchema instance) V1beta2FlowSchemaBuilder
(V1beta2FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchema instance, Boolean validationEnabled) V1beta2FlowSchemaBuilder
(V1beta2FlowSchemaFluent<?> fluent, Boolean validationEnabled) V1beta2FlowSchemaBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchema instance, Boolean validationEnabled) V1beta2FlowSchemaBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1beta2FlowSchemaFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, toString, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2FlowSchemaBuilder
public V1beta2FlowSchemaBuilder() -
V1beta2FlowSchemaBuilder
-
V1beta2FlowSchemaBuilder
-
V1beta2FlowSchemaBuilder
-
V1beta2FlowSchemaBuilder
public V1beta2FlowSchemaBuilder(V1beta2FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchema instance) -
V1beta2FlowSchemaBuilder
public V1beta2FlowSchemaBuilder(V1beta2FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchema instance, Boolean validationEnabled) -
V1beta2FlowSchemaBuilder
public V1beta2FlowSchemaBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchema instance) -
V1beta2FlowSchemaBuilder
public V1beta2FlowSchemaBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchema instance, Boolean validationEnabled)
-
-
Method Details