public class SecretValueFromSourceFluentImpl<A extends SecretValueFromSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SecretValueFromSourceFluent<A>
| Constructor and Description |
|---|
SecretValueFromSourceFluentImpl() |
SecretValueFromSourceFluentImpl(SecretValueFromSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getSecretKeyRef() |
int |
hashCode() |
Boolean |
hasSecretKeyRef() |
A |
withNewSecretKeyRef(String key,
String name,
Boolean optional) |
A |
withSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef) |
public SecretValueFromSourceFluentImpl()
public SecretValueFromSourceFluentImpl(SecretValueFromSource instance)
public io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKeyRef()
getSecretKeyRef in interface SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>public A withSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
withSecretKeyRef in interface SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>public Boolean hasSecretKeyRef()
hasSecretKeyRef in interface SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>public A withNewSecretKeyRef(String key, String name, Boolean optional)
withNewSecretKeyRef in interface SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.