NetworkingV1Api class
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
-
createIngressClass({required V1IngressClass body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1IngressClass>>
-
createIngressClass
create an IngressClass
-
createNamespacedIngress({required String namespace, required V1Ingress body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Ingress>>
-
createNamespacedIngress
create an Ingress
-
createNamespacedNetworkPolicy({required String namespace, required V1NetworkPolicy body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicy>>
-
createNamespacedNetworkPolicy
create a NetworkPolicy
-
deleteCollectionIngressClass({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, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Status>>
-
deleteCollectionIngressClass
delete collection of IngressClass
-
deleteCollectionNamespacedIngress({required String namespace, 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, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Status>>
-
deleteCollectionNamespacedIngress
delete collection of Ingress
-
deleteCollectionNamespacedNetworkPolicy({required String namespace, 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, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Status>>
-
deleteCollectionNamespacedNetworkPolicy
delete collection of NetworkPolicy
-
deleteIngressClass({required String name, String? pretty, String? dryRun, int? gracePeriodSeconds, bool? orphanDependents, String? propagationPolicy, V1DeleteOptions? body, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Status>>
-
deleteIngressClass
delete an IngressClass
-
deleteNamespacedIngress({required String name, required String namespace, String? pretty, String? dryRun, int? gracePeriodSeconds, bool? orphanDependents, String? propagationPolicy, V1DeleteOptions? body, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Status>>
-
deleteNamespacedIngress
delete an Ingress
-
deleteNamespacedNetworkPolicy({required String name, required String namespace, String? pretty, String? dryRun, int? gracePeriodSeconds, bool? orphanDependents, String? propagationPolicy, V1DeleteOptions? body, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Status>>
-
deleteNamespacedNetworkPolicy
delete a NetworkPolicy
-
getAPIResources({CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1APIResourceList>>
-
getAPIResources
get available resources
-
listIngressClass({String? pretty, bool? allowWatchBookmarks, String? continue_, String? fieldSelector, String? labelSelector, int? limit, String? resourceVersion, String? resourceVersionMatch, bool? sendInitialEvents, int? timeoutSeconds, bool? watch, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1IngressClassList>>
-
listIngressClass
list or watch objects of kind IngressClass
-
listIngressForAllNamespaces({bool? allowWatchBookmarks, String? continue_, String? fieldSelector, String? labelSelector, int? limit, String? pretty, String? resourceVersion, String? resourceVersionMatch, bool? sendInitialEvents, int? timeoutSeconds, bool? watch, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1IngressList>>
-
listIngressForAllNamespaces
list or watch objects of kind Ingress
-
listNamespacedIngress({required String namespace, String? pretty, bool? allowWatchBookmarks, String? continue_, String? fieldSelector, String? labelSelector, int? limit, String? resourceVersion, String? resourceVersionMatch, bool? sendInitialEvents, int? timeoutSeconds, bool? watch, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1IngressList>>
-
listNamespacedIngress
list or watch objects of kind Ingress
-
listNamespacedNetworkPolicy({required String namespace, String? pretty, bool? allowWatchBookmarks, String? continue_, String? fieldSelector, String? labelSelector, int? limit, String? resourceVersion, String? resourceVersionMatch, bool? sendInitialEvents, int? timeoutSeconds, bool? watch, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicyList>>
-
listNamespacedNetworkPolicy
list or watch objects of kind NetworkPolicy
-
listNetworkPolicyForAllNamespaces({bool? allowWatchBookmarks, String? continue_, String? fieldSelector, String? labelSelector, int? limit, String? pretty, String? resourceVersion, String? resourceVersionMatch, bool? sendInitialEvents, int? timeoutSeconds, bool? watch, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicyList>>
-
listNetworkPolicyForAllNamespaces
list or watch objects of kind NetworkPolicy
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patchIngressClass({required String name, required Object body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, bool? force, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1IngressClass>>
-
patchIngressClass
partially update the specified IngressClass
-
patchNamespacedIngress({required String name, required String namespace, required Object body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, bool? force, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Ingress>>
-
patchNamespacedIngress
partially update the specified Ingress
-
patchNamespacedIngressStatus({required String name, required String namespace, required Object body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, bool? force, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Ingress>>
-
patchNamespacedIngressStatus
partially update status of the specified Ingress
-
patchNamespacedNetworkPolicy({required String name, required String namespace, required Object body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, bool? force, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicy>>
-
patchNamespacedNetworkPolicy
partially update the specified NetworkPolicy
-
patchNamespacedNetworkPolicyStatus({required String name, required String namespace, required Object body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, bool? force, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicy>>
-
patchNamespacedNetworkPolicyStatus
partially update status of the specified NetworkPolicy
-
readIngressClass({required String name, String? pretty, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1IngressClass>>
-
readIngressClass
read the specified IngressClass
-
readNamespacedIngress({required String name, required String namespace, String? pretty, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Ingress>>
-
readNamespacedIngress
read the specified Ingress
-
readNamespacedIngressStatus({required String name, required String namespace, String? pretty, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Ingress>>
-
readNamespacedIngressStatus
read status of the specified Ingress
-
readNamespacedNetworkPolicy({required String name, required String namespace, String? pretty, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicy>>
-
readNamespacedNetworkPolicy
read the specified NetworkPolicy
-
readNamespacedNetworkPolicyStatus({required String name, required String namespace, String? pretty, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicy>>
-
readNamespacedNetworkPolicyStatus
read status of the specified NetworkPolicy
-
replaceIngressClass({required String name, required V1IngressClass body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1IngressClass>>
-
replaceIngressClass
replace the specified IngressClass
-
replaceNamespacedIngress({required String name, required String namespace, required V1Ingress body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Ingress>>
-
replaceNamespacedIngress
replace the specified Ingress
-
replaceNamespacedIngressStatus({required String name, required String namespace, required V1Ingress body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1Ingress>>
-
replaceNamespacedIngressStatus
replace status of the specified Ingress
-
replaceNamespacedNetworkPolicy({required String name, required String namespace, required V1NetworkPolicy body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicy>>
-
replaceNamespacedNetworkPolicy
replace the specified NetworkPolicy
-
replaceNamespacedNetworkPolicyStatus({required String name, required String namespace, required V1NetworkPolicy body, String? pretty, String? dryRun, String? fieldManager, String? fieldValidation, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<V1NetworkPolicy>>
-
replaceNamespacedNetworkPolicyStatus
replace status of the specified NetworkPolicy
-
toString()
→ String
-
A string representation of this object.
inherited