Class V1beta2FlowSchemaStatusBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatusFluentImpl<V1beta2FlowSchemaStatusBuilder>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatusBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus>
,Fluent<V1beta2FlowSchemaStatusBuilder>
,Visitable<V1beta2FlowSchemaStatusBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus,
,V1beta2FlowSchemaStatusBuilder> V1beta2FlowSchemaStatusFluent<V1beta2FlowSchemaStatusBuilder>
public class V1beta2FlowSchemaStatusBuilder
extends V1beta2FlowSchemaStatusFluentImpl<V1beta2FlowSchemaStatusBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus,V1beta2FlowSchemaStatusBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatusFluent
V1beta2FlowSchemaStatusFluent.ConditionsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2FlowSchemaStatusBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance) V1beta2FlowSchemaStatusBuilder
(V1beta2FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance) V1beta2FlowSchemaStatusBuilder
(V1beta2FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance, Boolean validationEnabled) V1beta2FlowSchemaStatusBuilder
(V1beta2FlowSchemaStatusFluent<?> fluent, Boolean validationEnabled) V1beta2FlowSchemaStatusBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance, Boolean validationEnabled) V1beta2FlowSchemaStatusBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatusFluentImpl
addAllToConditions, addNewCondition, addNewConditionLike, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, equals, getConditions, hasConditions, hashCode, hasMatchingCondition, removeAllFromConditions, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, toString, withConditions, withConditions
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2FlowSchemaStatusBuilder
public V1beta2FlowSchemaStatusBuilder() -
V1beta2FlowSchemaStatusBuilder
-
V1beta2FlowSchemaStatusBuilder
-
V1beta2FlowSchemaStatusBuilder
public V1beta2FlowSchemaStatusBuilder(V1beta2FlowSchemaStatusFluent<?> fluent, Boolean validationEnabled) -
V1beta2FlowSchemaStatusBuilder
public V1beta2FlowSchemaStatusBuilder(V1beta2FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance) -
V1beta2FlowSchemaStatusBuilder
public V1beta2FlowSchemaStatusBuilder(V1beta2FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance, Boolean validationEnabled) -
V1beta2FlowSchemaStatusBuilder
public V1beta2FlowSchemaStatusBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance) -
V1beta2FlowSchemaStatusBuilder
public V1beta2FlowSchemaStatusBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaStatus instance, Boolean validationEnabled)
-
-
Method Details