Show / Hide Table of Contents

Class JobTemplateSpecArgs

JobTemplateSpec describes the data a Job should have when created from a template

Inheritance
System.Object
InputArgs
ResourceArgs
JobTemplateSpecArgs
Inherited Members
ResourceArgs.Empty
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.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class JobTemplateSpecArgs : ResourceArgs

Properties

View Source

Metadata

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.