public class ValueSourceBuilder extends ValueSourceFluentImpl<ValueSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ValueSource,ValueSourceBuilder>
| Constructor and Description |
|---|
ValueSourceBuilder() |
ValueSourceBuilder(Boolean validationEnabled) |
ValueSourceBuilder(ValueSource instance) |
ValueSourceBuilder(ValueSource instance,
Boolean validationEnabled) |
ValueSourceBuilder(ValueSourceFluent<?> fluent) |
ValueSourceBuilder(ValueSourceFluent<?> fluent,
Boolean validationEnabled) |
ValueSourceBuilder(ValueSourceFluent<?> fluent,
ValueSource instance) |
ValueSourceBuilder(ValueSourceFluent<?> fluent,
ValueSource instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ValueSource |
build() |
equals, getConfigMapKeyRef, getSecretKeyRef, hasConfigMapKeyRef, hashCode, hasSecretKeyRef, toString, withConfigMapKeyRef, withNewConfigMapKeyRef, withNewSecretKeyRef, withSecretKeyRefaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ValueSourceBuilder()
public ValueSourceBuilder(Boolean validationEnabled)
public ValueSourceBuilder(ValueSourceFluent<?> fluent)
public ValueSourceBuilder(ValueSourceFluent<?> fluent, Boolean validationEnabled)
public ValueSourceBuilder(ValueSourceFluent<?> fluent, ValueSource instance)
public ValueSourceBuilder(ValueSourceFluent<?> fluent, ValueSource instance, Boolean validationEnabled)
public ValueSourceBuilder(ValueSource instance)
public ValueSourceBuilder(ValueSource instance, Boolean validationEnabled)
public ValueSource build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ValueSource>Copyright © 2015–2023 Red Hat. All rights reserved.