Kazan v0.11.0 Kazan.Apis.Batch.V1beta1.JobTemplateSpec View Source
JobTemplateSpec describes the data a Job should have when created from a template
OpenAPI Definition: io.k8s.api.batch.v1beta1.JobTemplateSpec
Properties
metadata::Kazan.Models.Apimachinery.Meta.V1.ObjectMeta- Standard object’s metadata of the jobs created from this template. More info.
spec::Kazan.Apis.Batch.V1.JobSpec- Deprecated. Please use io.k8s.api.batch.v1.JobSpec instead.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Batch.V1beta1.JobTemplateSpec{
metadata: Kazan.Models.Apimachinery.Meta.V1.ObjectMeta.t(),
spec: Kazan.Apis.Batch.V1.JobSpec.t()
}