Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.EnvFromSourceObjectNested<N>
-
- All Superinterfaces:
EnvFromSourceFluent<WatchEventFluent.EnvFromSourceObjectNested<N>>
,Fluent<WatchEventFluent.EnvFromSourceObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.EnvFromSourceObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.EnvFromSourceObjectNested<N> extends Nested<N>, EnvFromSourceFluent<WatchEventFluent.EnvFromSourceObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EnvFromSourceFluent
EnvFromSourceFluent.ConfigMapRefNested<N>, EnvFromSourceFluent.SecretRefNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endEnvFromSourceObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.EnvFromSourceFluent
buildConfigMapRef, buildSecretRef, editConfigMapRef, editOrNewConfigMapRef, editOrNewConfigMapRefLike, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, getConfigMapRef, getPrefix, getSecretRef, hasConfigMapRef, hasPrefix, hasSecretRef, withConfigMapRef, withNewConfigMapRef, withNewConfigMapRef, withNewConfigMapRefLike, withNewPrefix, withNewPrefix, withNewPrefix, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withPrefix, withSecretRef
-
-