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() |
boolean |
equals(Object o) |
int |
hashCode() |
getConfigMapKeyRef, getSecretKeyRef, hasConfigMapKeyRef, hasSecretKeyRef, withConfigMapKeyRef, withNewConfigMapKeyRef, withNewSecretKeyRef, withSecretKeyRefaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>public boolean equals(Object o)
equals in class ValueSourceFluentImpl<ValueSourceBuilder>public int hashCode()
hashCode in class ValueSourceFluentImpl<ValueSourceBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.