Package io.fabric8.kubernetes.api.model
Interface EnvFromSourceFluent.SecretRefNested<N>
-
- All Superinterfaces:
Fluent<EnvFromSourceFluent.SecretRefNested<N>>
,Nested<N>
,SecretEnvSourceFluent<EnvFromSourceFluent.SecretRefNested<N>>
- All Known Implementing Classes:
EnvFromSourceFluentImpl.SecretRefNestedImpl
- Enclosing interface:
- EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public static interface EnvFromSourceFluent.SecretRefNested<N> extends Nested<N>, SecretEnvSourceFluent<EnvFromSourceFluent.SecretRefNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSecretRef()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.SecretEnvSourceFluent
getName, hasName, hasOptional, isOptional, withName, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
-