Package io.fabric8.kubernetes.api.model
Interface EnvVarSourceFluent.SecretKeyRefNested<N>
-
- All Superinterfaces:
Fluent<EnvVarSourceFluent.SecretKeyRefNested<N>>
,Nested<N>
,SecretKeySelectorFluent<EnvVarSourceFluent.SecretKeyRefNested<N>>
- All Known Implementing Classes:
EnvVarSourceFluentImpl.SecretKeyRefNestedImpl
- Enclosing interface:
- EnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
public static interface EnvVarSourceFluent.SecretKeyRefNested<N> extends Nested<N>, SecretKeySelectorFluent<EnvVarSourceFluent.SecretKeyRefNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSecretKeyRef()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.SecretKeySelectorFluent
getKey, getName, hasKey, hasName, hasOptional, isOptional, withKey, withName, withNewKey, withNewKey, withNewKey, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
-