Class V1PodTemplateSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodTemplateSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodTemplateSpec
extends Object
PodTemplateSpec describes the data a pod should have when created from a template
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetSpec()inthashCode()metadata(V1ObjectMeta metadata) Set metadata in a chainable fashion.voidsetMetadata(V1ObjectMeta metadata) Set the metadata property valuevoidSet the spec property valueSet spec in a chainable fashion.toString() 
- 
Field Details
- 
JSON_PROPERTY_METADATA
- See Also:
 
 - 
JSON_PROPERTY_SPEC
- See Also:
 
 
 - 
 - 
Constructor Details
- 
V1PodTemplateSpec
public V1PodTemplateSpec() 
 - 
 - 
Method Details
- 
getMetadata
- Returns:
 - the metadata property value
 
 - 
setMetadata
Set the metadata property value- Parameters:
 metadata- property value to set
 - 
metadata
Set metadata in a chainable fashion.- Returns:
 - The same instance of V1PodTemplateSpec for chaining.
 
 - 
getSpec
- Returns:
 - the spec property value
 
 - 
setSpec
Set the spec property value- Parameters:
 spec- property value to set
 - 
spec
Set spec in a chainable fashion.- Returns:
 - The same instance of V1PodTemplateSpec for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -