Class V1beta1FlowSchemaStatusBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatusFluentImpl<V1beta1FlowSchemaStatusBuilder>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatusBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus>
,Fluent<V1beta1FlowSchemaStatusBuilder>
,Visitable<V1beta1FlowSchemaStatusBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus,
,V1beta1FlowSchemaStatusBuilder> V1beta1FlowSchemaStatusFluent<V1beta1FlowSchemaStatusBuilder>
public class V1beta1FlowSchemaStatusBuilder
extends V1beta1FlowSchemaStatusFluentImpl<V1beta1FlowSchemaStatusBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus,V1beta1FlowSchemaStatusBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatusFluent
V1beta1FlowSchemaStatusFluent.ConditionsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta1FlowSchemaStatusBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance) V1beta1FlowSchemaStatusBuilder
(V1beta1FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance) V1beta1FlowSchemaStatusBuilder
(V1beta1FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance, Boolean validationEnabled) V1beta1FlowSchemaStatusBuilder
(V1beta1FlowSchemaStatusFluent<?> fluent, Boolean validationEnabled) V1beta1FlowSchemaStatusBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance, Boolean validationEnabled) V1beta1FlowSchemaStatusBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatusFluentImpl
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
-
V1beta1FlowSchemaStatusBuilder
public V1beta1FlowSchemaStatusBuilder() -
V1beta1FlowSchemaStatusBuilder
-
V1beta1FlowSchemaStatusBuilder
-
V1beta1FlowSchemaStatusBuilder
public V1beta1FlowSchemaStatusBuilder(V1beta1FlowSchemaStatusFluent<?> fluent, Boolean validationEnabled) -
V1beta1FlowSchemaStatusBuilder
public V1beta1FlowSchemaStatusBuilder(V1beta1FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance) -
V1beta1FlowSchemaStatusBuilder
public V1beta1FlowSchemaStatusBuilder(V1beta1FlowSchemaStatusFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance, Boolean validationEnabled) -
V1beta1FlowSchemaStatusBuilder
public V1beta1FlowSchemaStatusBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance) -
V1beta1FlowSchemaStatusBuilder
public V1beta1FlowSchemaStatusBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchemaStatus instance, Boolean validationEnabled)
-
-
Method Details