public interface SecretRefFluent<A extends SecretRefFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getSecretKey() |
String |
getSecretName() |
Boolean |
hasSecretKey() |
Boolean |
hasSecretName() |
A |
withNewSecretKey(String arg0)
Deprecated.
|
A |
withNewSecretName(String arg0)
Deprecated.
|
A |
withSecretKey(String secretKey) |
A |
withSecretName(String secretName) |
String getSecretKey()
Boolean hasSecretKey()
@Deprecated A withNewSecretKey(String arg0)
String getSecretName()
Boolean hasSecretName()
@Deprecated A withNewSecretName(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.