NamespacesJobsResource class

Constructors

NamespacesJobsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Job request, String parent, {String? $fields}) Future<Job>
Create a job.
delete(String name, {String? apiVersion, String? kind, String? propagationPolicy, String? $fields}) Future<Status>
Delete a job.
get(String name, {String? $fields}) Future<Job>
Get information about a job.
list(String parent, {String? continue_, String? fieldSelector, bool? includeUninitialized, String? labelSelector, int? limit, String? resourceVersion, bool? watch, String? $fields}) Future<ListJobsResponse>
List jobs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceJob(Job request, String name, {String? $fields}) Future<Job>
Replace a job.
run(RunJobRequest request, String name, {String? $fields}) Future<Execution>
Trigger creation of a new execution of this job.
toString() String
A string representation of this object.
inherited

Operators

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