Class JobTemplateSpec
JobTemplateSpec describes the data a Job should have when created from a template
Inheritance
System.Object
JobTemplateSpec
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Batch.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class JobTemplateSpec
Fields
View SourceMetadata
Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
Declaration
public readonly ObjectMeta Metadata
Field Value
| Type | Description |
|---|---|
| ObjectMeta |
Spec
Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
Declaration
public readonly JobSpec Spec
Field Value
| Type | Description |
|---|---|
| JobSpec |