Package io.fabric8.kubernetes.api.model
Interface PodDNSConfigFluent.OptionsNested<N>
-
- All Superinterfaces:
Fluent<PodDNSConfigFluent.OptionsNested<N>>
,Nested<N>
,PodDNSConfigOptionFluent<PodDNSConfigFluent.OptionsNested<N>>
- All Known Implementing Classes:
PodDNSConfigFluentImpl.OptionsNestedImpl
- Enclosing interface:
- PodDNSConfigFluent<A extends PodDNSConfigFluent<A>>
public static interface PodDNSConfigFluent.OptionsNested<N> extends Nested<N>, PodDNSConfigOptionFluent<PodDNSConfigFluent.OptionsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endOption()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PodDNSConfigOptionFluent
getName, getValue, hasName, hasValue, withName, withNewName, withNewName, withNewName, withNewValue, withNewValue, withNewValue, withValue
-
-