CertificatesV1alpha1Api class

Constructors

CertificatesV1alpha1Api(Dio _dio)
const

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

createClusterTrustBundle({required V1alpha1ClusterTrustBundle body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1alpha1ClusterTrustBundle>>
createClusterTrustBundle create a ClusterTrustBundle
deleteClusterTrustBundle({required String name, String? pretty, String? dryRun, int? gracePeriodSeconds, bool? orphanDependents, String? propagationPolicy, V1DeleteOptions? body, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1Status>>
deleteClusterTrustBundle delete a ClusterTrustBundle
deleteCollectionClusterTrustBundle({String? pretty, String? continue_, String? dryRun, String? fieldSelector, int? gracePeriodSeconds, String? labelSelector, int? limit, bool? orphanDependents, String? propagationPolicy, String? resourceVersion, String? resourceVersionMatch, bool? sendInitialEvents, int? timeoutSeconds, V1DeleteOptions? body, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1Status>>
deleteCollectionClusterTrustBundle delete collection of ClusterTrustBundle
getAPIResources({CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1APIResourceList>>
getAPIResources get available resources
listClusterTrustBundle({String? pretty, bool? allowWatchBookmarks, String? continue_, String? fieldSelector, String? labelSelector, int? limit, String? resourceVersion, String? resourceVersionMatch, bool? sendInitialEvents, int? timeoutSeconds, bool? watch, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1alpha1ClusterTrustBundleList>>
listClusterTrustBundle list or watch objects of kind ClusterTrustBundle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchClusterTrustBundle({required String name, required Object body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, bool? force, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1alpha1ClusterTrustBundle>>
patchClusterTrustBundle partially update the specified ClusterTrustBundle
readClusterTrustBundle({required String name, String? pretty, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1alpha1ClusterTrustBundle>>
readClusterTrustBundle read the specified ClusterTrustBundle
replaceClusterTrustBundle({required String name, required V1alpha1ClusterTrustBundle body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V1alpha1ClusterTrustBundle>>
replaceClusterTrustBundle replace the specified ClusterTrustBundle
toString() String
A string representation of this object.
inherited

Operators

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