public class SecretRefFluentImpl<A extends SecretRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SecretRefFluent<A>
| Constructor and Description |
|---|
SecretRefFluentImpl() |
SecretRefFluentImpl(SecretRef instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSecretKey() |
String |
getSecretName() |
int |
hashCode() |
Boolean |
hasSecretKey() |
Boolean |
hasSecretName() |
String |
toString() |
A |
withSecretKey(String secretKey) |
A |
withSecretName(String secretName) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretRefFluentImpl()
public SecretRefFluentImpl(SecretRef instance)
public String getSecretKey()
getSecretKey in interface SecretRefFluent<A extends SecretRefFluent<A>>public A withSecretKey(String secretKey)
withSecretKey in interface SecretRefFluent<A extends SecretRefFluent<A>>public Boolean hasSecretKey()
hasSecretKey in interface SecretRefFluent<A extends SecretRefFluent<A>>public String getSecretName()
getSecretName in interface SecretRefFluent<A extends SecretRefFluent<A>>public A withSecretName(String secretName)
withSecretName in interface SecretRefFluent<A extends SecretRefFluent<A>>public Boolean hasSecretName()
hasSecretName in interface SecretRefFluent<A extends SecretRefFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretRefFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretRefFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.