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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_VALUE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
V1PodDNSConfigOption
public V1PodDNSConfigOption() 
 - 
 - 
Method Details
- 
getName
Required.- Returns:
 - the name property value
 
 - 
setName
Set the name property value- Parameters:
 name- property value to set
 - 
name
Set name in a chainable fashion.- Returns:
 - The same instance of V1PodDNSConfigOption for chaining.
 
 - 
getValue
- Returns:
 - the value property value
 
 - 
setValue
Set the value property value- Parameters:
 value- property value to set
 - 
value
Set value in a chainable fashion.- Returns:
 - The same instance of V1PodDNSConfigOption for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -