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