public interface SecretSpecFluent<A extends SecretSpecFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SecretSpecFluent.SecretSourceNested<N> |
| Modifier and Type | Method and Description |
|---|---|
LocalObjectReference |
buildSecretSource() |
SecretSpecFluent.SecretSourceNested<A> |
editOrNewSecretSource() |
SecretSpecFluent.SecretSourceNested<A> |
editOrNewSecretSourceLike(LocalObjectReference item) |
SecretSpecFluent.SecretSourceNested<A> |
editSecretSource() |
java.lang.String |
getMountPath() |
LocalObjectReference |
getSecretSource()
Deprecated.
|
java.lang.Boolean |
hasMountPath() |
java.lang.Boolean |
hasSecretSource() |
A |
withMountPath(java.lang.String mountPath) |
A |
withNewMountPath(java.lang.String arg1) |
A |
withNewMountPath(java.lang.StringBuffer arg1) |
A |
withNewMountPath(java.lang.StringBuilder arg1) |
SecretSpecFluent.SecretSourceNested<A> |
withNewSecretSource() |
A |
withNewSecretSource(java.lang.String name) |
SecretSpecFluent.SecretSourceNested<A> |
withNewSecretSourceLike(LocalObjectReference item) |
A |
withSecretSource(LocalObjectReference secretSource) |
java.lang.String getMountPath()
A withMountPath(java.lang.String mountPath)
java.lang.Boolean hasMountPath()
A withNewMountPath(java.lang.String arg1)
A withNewMountPath(java.lang.StringBuilder arg1)
A withNewMountPath(java.lang.StringBuffer arg1)
@Deprecated LocalObjectReference getSecretSource()
LocalObjectReference buildSecretSource()
A withSecretSource(LocalObjectReference secretSource)
java.lang.Boolean hasSecretSource()
A withNewSecretSource(java.lang.String name)
SecretSpecFluent.SecretSourceNested<A> withNewSecretSource()
SecretSpecFluent.SecretSourceNested<A> withNewSecretSourceLike(LocalObjectReference item)
SecretSpecFluent.SecretSourceNested<A> editSecretSource()
SecretSpecFluent.SecretSourceNested<A> editOrNewSecretSource()
SecretSpecFluent.SecretSourceNested<A> editOrNewSecretSourceLike(LocalObjectReference item)
Copyright © 2015-2019 Red Hat. All Rights Reserved.