Job class

Job represents the configuration of a single job, which references a container image which is run to completion.

Constructors

Job({String? apiVersion, String? kind, ObjectMeta? metadata, JobSpec? spec, JobStatus? status})
Job.fromJson(Map json_)

Properties

apiVersion String?
APIVersion defines the versioned schema of this representation of an object.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Kind is a string value representing the REST resource this object represents.
getter/setter pair
metadata ObjectMeta?
Standard object's metadata.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spec JobSpec?
Specification of the desired behavior of a job.
getter/setter pair
status JobStatus?
Current status of a job.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited