Class V1beta1FlowSchemaBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaFluentImpl<V1beta1FlowSchemaBuilder>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1FlowSchema>
,Fluent<V1beta1FlowSchemaBuilder>
,Visitable<V1beta1FlowSchemaBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchema,
,V1beta1FlowSchemaBuilder> V1beta1FlowSchemaFluent<V1beta1FlowSchemaBuilder>
public class V1beta1FlowSchemaBuilder
extends V1beta1FlowSchemaFluentImpl<V1beta1FlowSchemaBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchema,V1beta1FlowSchemaBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta1FlowSchemaFluent
V1beta1FlowSchemaFluent.MetadataNested<N>, V1beta1FlowSchemaFluent.SpecNested<N>, V1beta1FlowSchemaFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta1FlowSchemaBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchema instance) V1beta1FlowSchemaBuilder
(V1beta1FlowSchemaFluent<?> fluent) V1beta1FlowSchemaBuilder
(V1beta1FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchema instance) V1beta1FlowSchemaBuilder
(V1beta1FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchema instance, Boolean validationEnabled) V1beta1FlowSchemaBuilder
(V1beta1FlowSchemaFluent<?> fluent, Boolean validationEnabled) V1beta1FlowSchemaBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchema instance, Boolean validationEnabled) V1beta1FlowSchemaBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1beta1FlowSchemaFluentImpl
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
-
V1beta1FlowSchemaBuilder
public V1beta1FlowSchemaBuilder() -
V1beta1FlowSchemaBuilder
-
V1beta1FlowSchemaBuilder
-
V1beta1FlowSchemaBuilder
-
V1beta1FlowSchemaBuilder
public V1beta1FlowSchemaBuilder(V1beta1FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchema instance) -
V1beta1FlowSchemaBuilder
public V1beta1FlowSchemaBuilder(V1beta1FlowSchemaFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchema instance, Boolean validationEnabled) -
V1beta1FlowSchemaBuilder
public V1beta1FlowSchemaBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchema instance) -
V1beta1FlowSchemaBuilder
public V1beta1FlowSchemaBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchema instance, Boolean validationEnabled)
-
-
Method Details