Class V1beta2FlowSchemaConditionBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaConditionFluentImpl<V1beta2FlowSchemaConditionBuilder>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaConditionBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition>
,Fluent<V1beta2FlowSchemaConditionBuilder>
,Visitable<V1beta2FlowSchemaConditionBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition,
,V1beta2FlowSchemaConditionBuilder> V1beta2FlowSchemaConditionFluent<V1beta2FlowSchemaConditionBuilder>
public class V1beta2FlowSchemaConditionBuilder
extends V1beta2FlowSchemaConditionFluentImpl<V1beta2FlowSchemaConditionBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition,V1beta2FlowSchemaConditionBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2FlowSchemaConditionBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance) V1beta2FlowSchemaConditionBuilder
(V1beta2FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance) V1beta2FlowSchemaConditionBuilder
(V1beta2FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance, Boolean validationEnabled) V1beta2FlowSchemaConditionBuilder
(V1beta2FlowSchemaConditionFluent<?> fluent, Boolean validationEnabled) V1beta2FlowSchemaConditionBuilder
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance, Boolean validationEnabled) V1beta2FlowSchemaConditionBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta2FlowSchemaConditionFluentImpl
equals, getLastTransitionTime, getMessage, getReason, getStatus, getType, hashCode, hasLastTransitionTime, hasMessage, hasReason, hasStatus, hasType, toString, withLastTransitionTime, withMessage, withReason, withStatus, withType
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2FlowSchemaConditionBuilder
public V1beta2FlowSchemaConditionBuilder() -
V1beta2FlowSchemaConditionBuilder
-
V1beta2FlowSchemaConditionBuilder
-
V1beta2FlowSchemaConditionBuilder
public V1beta2FlowSchemaConditionBuilder(V1beta2FlowSchemaConditionFluent<?> fluent, Boolean validationEnabled) -
V1beta2FlowSchemaConditionBuilder
public V1beta2FlowSchemaConditionBuilder(V1beta2FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance) -
V1beta2FlowSchemaConditionBuilder
public V1beta2FlowSchemaConditionBuilder(V1beta2FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance, Boolean validationEnabled) -
V1beta2FlowSchemaConditionBuilder
public V1beta2FlowSchemaConditionBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance) -
V1beta2FlowSchemaConditionBuilder
public V1beta2FlowSchemaConditionBuilder(io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance, Boolean validationEnabled)
-
-
Method Details