Class V1beta1FlowSchemaConditionBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaConditionFluentImpl<V1beta1FlowSchemaConditionBuilder>
io.kubernetes.client.openapi.models.V1beta1FlowSchemaConditionBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition>
,Fluent<V1beta1FlowSchemaConditionBuilder>
,Visitable<V1beta1FlowSchemaConditionBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition,
,V1beta1FlowSchemaConditionBuilder> V1beta1FlowSchemaConditionFluent<V1beta1FlowSchemaConditionBuilder>
public class V1beta1FlowSchemaConditionBuilder
extends V1beta1FlowSchemaConditionFluentImpl<V1beta1FlowSchemaConditionBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition,V1beta1FlowSchemaConditionBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta1FlowSchemaConditionBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance) V1beta1FlowSchemaConditionBuilder
(V1beta1FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance) V1beta1FlowSchemaConditionBuilder
(V1beta1FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance, Boolean validationEnabled) V1beta1FlowSchemaConditionBuilder
(V1beta1FlowSchemaConditionFluent<?> fluent, Boolean validationEnabled) V1beta1FlowSchemaConditionBuilder
(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance, Boolean validationEnabled) V1beta1FlowSchemaConditionBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta1FlowSchemaConditionFluentImpl
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
-
V1beta1FlowSchemaConditionBuilder
public V1beta1FlowSchemaConditionBuilder() -
V1beta1FlowSchemaConditionBuilder
-
V1beta1FlowSchemaConditionBuilder
-
V1beta1FlowSchemaConditionBuilder
public V1beta1FlowSchemaConditionBuilder(V1beta1FlowSchemaConditionFluent<?> fluent, Boolean validationEnabled) -
V1beta1FlowSchemaConditionBuilder
public V1beta1FlowSchemaConditionBuilder(V1beta1FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance) -
V1beta1FlowSchemaConditionBuilder
public V1beta1FlowSchemaConditionBuilder(V1beta1FlowSchemaConditionFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance, Boolean validationEnabled) -
V1beta1FlowSchemaConditionBuilder
public V1beta1FlowSchemaConditionBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance) -
V1beta1FlowSchemaConditionBuilder
public V1beta1FlowSchemaConditionBuilder(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition instance, Boolean validationEnabled)
-
-
Method Details