Class V1PodDNSConfigOption
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodDNSConfigOption
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodDNSConfigOption
extends Object
PodDNSConfigOption defines DNS resolver options of a pod.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetName()Name is this DNS resolver option's name.getValue()Value is this DNS resolver option's value.inthashCode()Set name in a chainable fashion.voidSet the name property valuevoidSet the value property valuetoString()Set value in a chainable fashion.
- 
Field Details- 
JSON_PROPERTY_NAME- See Also:
 
- 
JSON_PROPERTY_VALUE- See Also:
 
 
- 
- 
Constructor Details- 
V1PodDNSConfigOptionpublic V1PodDNSConfigOption()
 
- 
- 
Method Details- 
getNameName is this DNS resolver option's name. Required.- Returns:
- the name property value
 
- 
setNameSet the name property value- Parameters:
- name- property value to set
 
- 
nameSet name in a chainable fashion.- Returns:
- The same instance of V1PodDNSConfigOption for chaining.
 
- 
getValueValue is this DNS resolver option's value.- Returns:
- the value property value
 
- 
setValueSet the value property value- Parameters:
- value- property value to set
 
- 
valueSet value in a chainable fashion.- Returns:
- The same instance of V1PodDNSConfigOption for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-