Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.SecretReferenceObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.SecretReferenceObjectNested<N>>
,Nested<N>
,SecretReferenceFluent<WatchEventFluent.SecretReferenceObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.SecretReferenceObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.SecretReferenceObjectNested<N> extends Nested<N>, SecretReferenceFluent<WatchEventFluent.SecretReferenceObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSecretReferenceObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.SecretReferenceFluent
getName, getNamespace, hasName, hasNamespace, withName, withNamespace, withNewName, withNewName, withNewName, withNewNamespace, withNewNamespace, withNewNamespace
-
-