Class V1JobTemplateSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1JobTemplateSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1JobTemplateSpec
extends Object
JobTemplateSpec describes the data a Job should have when created from a template
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getSpec()
int
hashCode()
metadata
(V1ObjectMeta metadata) Set metadata in a chainable fashion.void
setMetadata
(V1ObjectMeta metadata) Set the metadata property valuevoid
Set the spec property valueSet spec in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_METADATA
- See Also:
-
JSON_PROPERTY_SPEC
- See Also:
-
-
Constructor Details
-
V1JobTemplateSpec
public V1JobTemplateSpec()
-
-
Method Details
-
getMetadata
- Returns:
- the metadata property value
-
setMetadata
Set the metadata property value -
metadata
Set metadata in a chainable fashion.- Returns:
- The same instance of V1JobTemplateSpec for chaining.
-
getSpec
- Returns:
- the spec property value
-
setSpec
Set the spec property value -
spec
Set spec in a chainable fashion.- Returns:
- The same instance of V1JobTemplateSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-