NamespacesExecutionsResource class

Constructors

NamespacesExecutionsResource(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

cancel(CancelExecutionRequest request, String name, {String? $fields}) Future<Execution>
Cancel an execution.
delete(String name, {String? apiVersion, String? kind, String? propagationPolicy, String? $fields}) Future<Status>
Delete an execution.
get(String name, {String? $fields}) Future<Execution>
Get information about an execution.
list(String parent, {String? continue_, String? fieldSelector, bool? includeUninitialized, String? labelSelector, int? limit, String? resourceVersion, bool? watch, String? $fields}) Future<ListExecutionsResponse>
List executions.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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