Package io.fabric8.kubernetes.api.model
Class DoneablePodDNSConfigOption
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PodDNSConfigOptionFluentImpl<DoneablePodDNSConfigOption>
io.fabric8.kubernetes.api.model.DoneablePodDNSConfigOption
- All Implemented Interfaces:
Fluent<DoneablePodDNSConfigOption>,Visitable<DoneablePodDNSConfigOption>,Doneable<PodDNSConfigOption>,PodDNSConfigOptionFluent<DoneablePodDNSConfigOption>
public class DoneablePodDNSConfigOption extends PodDNSConfigOptionFluentImpl<DoneablePodDNSConfigOption> implements Doneable<PodDNSConfigOption>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePodDNSConfigOption(Function<PodDNSConfigOption,PodDNSConfigOption> function)DoneablePodDNSConfigOption(PodDNSConfigOption item)DoneablePodDNSConfigOption(PodDNSConfigOption item, Function<PodDNSConfigOption,PodDNSConfigOption> function) -
Method Summary
Modifier and Type Method Description PodDNSConfigOptiondone()Methods inherited from class io.fabric8.kubernetes.api.model.PodDNSConfigOptionFluentImpl
equals, getName, getValue, hasName, hasValue, withName, withNewName, withNewName, withNewName, withNewValue, withNewValue, withNewValue, withValue
-
Constructor Details
-
DoneablePodDNSConfigOption
-
DoneablePodDNSConfigOption
public DoneablePodDNSConfigOption(PodDNSConfigOption item, Function<PodDNSConfigOption,PodDNSConfigOption> function) -
DoneablePodDNSConfigOption
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<PodDNSConfigOption>
-