public class SecretValueFromSourceFluent<A extends SecretValueFromSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
SecretValueFromSourceFluent() |
SecretValueFromSourceFluent(SecretValueFromSource instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(SecretValueFromSource instance) |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getSecretKeyRef() |
int |
hashCode() |
boolean |
hasSecretKeyRef() |
String |
toString() |
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 SecretValueFromSourceFluent()
public SecretValueFromSourceFluent(SecretValueFromSource instance)
protected void copyInstance(SecretValueFromSource instance)
public io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKeyRef()
public A withSecretKeyRef(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
public boolean hasSecretKeyRef()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretValueFromSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretValueFromSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.