Class JobTemplateSpecArgs
JobTemplateSpec describes the data a Job should have when created from a template
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.Inputs.Batch.V2Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class JobTemplateSpecArgs : ResourceArgs
Properties
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 Input<ObjectMetaArgs> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ObjectMetaArgs> |
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 Input<JobSpecArgs> Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobSpecArgs> |