Package io.fabric8.kubernetes.api.model
Class PodDNSConfigOptionFluentImpl<A extends PodDNSConfigOptionFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PodDNSConfigOptionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PodDNSConfigOptionFluent<A>
- Direct Known Subclasses:
DoneablePodDNSConfigOption,PodDNSConfigFluentImpl.OptionsNestedImpl,PodDNSConfigOptionBuilder,WatchEventFluentImpl.PodDNSConfigOptionObjectNestedImpl
public class PodDNSConfigOptionFluentImpl<A extends PodDNSConfigOptionFluent<A>> extends BaseFluent<A> implements PodDNSConfigOptionFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PodDNSConfigOptionFluentImpl()PodDNSConfigOptionFluentImpl(PodDNSConfigOption instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetValue()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithValue(String value)
-
Constructor Details
-
PodDNSConfigOptionFluentImpl
public PodDNSConfigOptionFluentImpl() -
PodDNSConfigOptionFluentImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withName
- Specified by:
withNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
hasName
- Specified by:
hasNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
getValue
- Specified by:
getValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withValue
- Specified by:
withValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
hasValue
- Specified by:
hasValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
equals
-