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 |
withSecretKey(String secretKey) |
A |
withSecretName(String secretName) |
Copyright © 2015–2023 Red Hat. All rights reserved.