public class ValueSourceFluentImpl<A extends ValueSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ValueSourceFluent<A>
| Constructor and Description |
|---|
ValueSourceFluentImpl() |
ValueSourceFluentImpl(ValueSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.ConfigMapKeySelector |
getConfigMapKeyRef() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getSecretKeyRef() |
Boolean |
hasConfigMapKeyRef() |
int |
hashCode() |
Boolean |
hasSecretKeyRef() |
String |
toString() |
A |
withConfigMapKeyRef(io.fabric8.kubernetes.api.model.ConfigMapKeySelector configMapKeyRef) |
A |
withNewConfigMapKeyRef(String key,
String name,
Boolean optional) |
A |
withNewSecretKeyRef(String key,
String name,
Boolean optional) |
A |
withSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ValueSourceFluentImpl()
public ValueSourceFluentImpl(ValueSource instance)
public io.fabric8.kubernetes.api.model.ConfigMapKeySelector getConfigMapKeyRef()
getConfigMapKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public A withConfigMapKeyRef(io.fabric8.kubernetes.api.model.ConfigMapKeySelector configMapKeyRef)
withConfigMapKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public Boolean hasConfigMapKeyRef()
hasConfigMapKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public A withNewConfigMapKeyRef(String key, String name, Boolean optional)
withNewConfigMapKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKeyRef()
getSecretKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public A withSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
withSecretKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public Boolean hasSecretKeyRef()
hasSecretKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public A withNewSecretKeyRef(String key, String name, Boolean optional)
withNewSecretKeyRef in interface ValueSourceFluent<A extends ValueSourceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValueSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValueSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.