GoogleApi.CloudRun.V1alpha1.Model.Job (google_api_cloud_run v0.44.0) View Source
Job represents the configuration of a single job. A job an immutable resource that references a container image which is run to completion.
Attributes
-
apiVersion
(type:String.t
, default:nil
) - Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +optional -
kind
(type:String.t
, default:nil
) - Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional -
metadata
(type:GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t
, default:nil
) - Optional. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional -
spec
(type:GoogleApi.CloudRun.V1alpha1.Model.JobSpec.t
, default:nil
) - Optional. Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional -
status
(type:GoogleApi.CloudRun.V1alpha1.Model.JobStatus.t
, default:nil
) - Optional. Current status of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.Job{ apiVersion: String.t() | nil, kind: String.t() | nil, metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t() | nil, spec: GoogleApi.CloudRun.V1alpha1.Model.JobSpec.t() | nil, status: GoogleApi.CloudRun.V1alpha1.Model.JobStatus.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.