KubernetesClient class

Kubernetes client.

Constructors

KubernetesClient({required String serverUrl, required String accessToken, Client? httpClient})
The default constructor.

Properties

accessToken String
The JWT to authorize to the server.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUrl String
Url of the cluster control-plane.
final

Methods

connectCoreV1DeleteNamespacedPodProxy({required String name, required String namespace, String? pathQuery}) Future<String>
Connect DELETE requests to proxy of Pod.
connectCoreV1DeleteNamespacedPodProxyWithPath({required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect DELETE requests to proxy of Pod.
connectCoreV1DeleteNamespacedServiceProxy({required String name, required String namespace, String? pathQuery}) Future<String>
Connect DELETE requests to proxy of Service.
connectCoreV1DeleteNamespacedServiceProxyWithPath({required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect DELETE requests to proxy of Service.
connectCoreV1DeleteNodeProxy({required String name, String? pathQuery}) Future<String>
Connect DELETE requests to proxy of Node.
connectCoreV1DeleteNodeProxyWithPath({required String name, required String path, String? pathQuery}) Future<String>
Connect DELETE requests to proxy of Node.
connectCoreV1GetNamespacedPodAttach({String? container, required String name, required String namespace, bool? stderr, bool? stdin, bool? stdout, bool? tty}) Future<String>
Connect GET requests to attach of Pod.
connectCoreV1GetNamespacedPodExec({String? command, String? container, required String name, required String namespace, bool? stderr, bool? stdin, bool? stdout, bool? tty}) Future<String>
Connect GET requests to exec of Pod.
connectCoreV1GetNamespacedPodPortforward({required String name, required String namespace, int? ports}) Future<String>
Connect GET requests to portforward of Pod.
connectCoreV1GetNamespacedPodProxy({required String name, required String namespace, String? pathQuery}) Future<String>
Connect GET requests to proxy of Pod.
connectCoreV1GetNamespacedPodProxyWithPath({required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect GET requests to proxy of Pod.
connectCoreV1GetNamespacedServiceProxy({required String name, required String namespace, String? pathQuery}) Future<String>
Connect GET requests to proxy of Service.
connectCoreV1GetNamespacedServiceProxyWithPath({required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect GET requests to proxy of Service.
connectCoreV1GetNodeProxy({required String name, String? pathQuery}) Future<String>
Connect GET requests to proxy of Node.
connectCoreV1GetNodeProxyWithPath({required String name, required String path, String? pathQuery}) Future<String>
Connect GET requests to proxy of Node.
connectCoreV1HeadNamespacedPodProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect HEAD requests to proxy of Pod.
connectCoreV1HeadNamespacedPodProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect HEAD requests to proxy of Pod.
connectCoreV1HeadNamespacedServiceProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect HEAD requests to proxy of Service.
connectCoreV1HeadNamespacedServiceProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect HEAD requests to proxy of Service.
connectCoreV1HeadNodeProxy({required String body, required String name, String? pathQuery}) Future<String>
Connect HEAD requests to proxy of Node.
connectCoreV1HeadNodeProxyWithPath({required String body, required String name, required String path, String? pathQuery}) Future<String>
Connect HEAD requests to proxy of Node.
connectCoreV1OptionsNamespacedPodProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect OPTIONS requests to proxy of Pod.
connectCoreV1OptionsNamespacedPodProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect OPTIONS requests to proxy of Pod.
connectCoreV1OptionsNamespacedServiceProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect OPTIONS requests to proxy of Service.
connectCoreV1OptionsNamespacedServiceProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect OPTIONS requests to proxy of Service.
connectCoreV1OptionsNodeProxy({required String body, required String name, String? pathQuery}) Future<String>
Connect OPTIONS requests to proxy of Node.
connectCoreV1OptionsNodeProxyWithPath({required String body, required String name, required String path, String? pathQuery}) Future<String>
Connect OPTIONS requests to proxy of Node.
connectCoreV1PatchNamespacedPodProxy({required String body, required String name, required String namespace, String? pathQuery, PatchType patchType = PatchType.mergePatch}) Future<String>
Connect PATCH requests to proxy of Pod.
connectCoreV1PatchNamespacedPodProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery, PatchType patchType = PatchType.mergePatch}) Future<String>
Connect PATCH requests to proxy of Pod.
connectCoreV1PatchNamespacedServiceProxy({required String body, required String name, required String namespace, String? pathQuery, PatchType patchType = PatchType.mergePatch}) Future<String>
Connect PATCH requests to proxy of Service.
connectCoreV1PatchNamespacedServiceProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery, PatchType patchType = PatchType.mergePatch}) Future<String>
Connect PATCH requests to proxy of Service.
connectCoreV1PatchNodeProxy({required String body, required String name, String? pathQuery, PatchType patchType = PatchType.mergePatch}) Future<String>
Connect PATCH requests to proxy of Node.
connectCoreV1PatchNodeProxyWithPath({required String body, required String name, required String path, String? pathQuery, PatchType patchType = PatchType.mergePatch}) Future<String>
Connect PATCH requests to proxy of Node.
connectCoreV1PostNamespacedPodAttach({required String body, String? container, required String name, required String namespace, bool? stderr, bool? stdin, bool? stdout, bool? tty}) Future<String>
Connect POST requests to attach of Pod.
connectCoreV1PostNamespacedPodExec({required String body, String? command, String? container, required String name, required String namespace, bool? stderr, bool? stdin, bool? stdout, bool? tty}) Future<String>
Connect POST requests to exec of Pod.
connectCoreV1PostNamespacedPodPortforward({required String body, required String name, required String namespace, int? ports}) Future<String>
Connect POST requests to portforward of Pod.
connectCoreV1PostNamespacedPodProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect POST requests to proxy of Pod.
connectCoreV1PostNamespacedPodProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect POST requests to proxy of Pod.
connectCoreV1PostNamespacedServiceProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect POST requests to proxy of Service.
connectCoreV1PostNamespacedServiceProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect POST requests to proxy of Service.
connectCoreV1PostNodeProxy({required String body, required String name, String? pathQuery}) Future<String>
Connect POST requests to proxy of Node.
connectCoreV1PostNodeProxyWithPath({required String body, required String name, required String path, String? pathQuery}) Future<String>
Connect POST requests to proxy of Node.
connectCoreV1PutNamespacedPodProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect PUT requests to proxy of Pod.
connectCoreV1PutNamespacedPodProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect PUT requests to proxy of Pod.
connectCoreV1PutNamespacedServiceProxy({required String body, required String name, required String namespace, String? pathQuery}) Future<String>
Connect PUT requests to proxy of Service.
connectCoreV1PutNamespacedServiceProxyWithPath({required String body, required String name, required String namespace, required String path, String? pathQuery}) Future<String>
Connect PUT requests to proxy of Service.
connectCoreV1PutNodeProxy({required String body, required String name, String? pathQuery}) Future<String>
Connect PUT requests to proxy of Node.
connectCoreV1PutNodeProxyWithPath({required String body, required String name, required String path, String? pathQuery}) Future<String>
Connect PUT requests to proxy of Node.
createAdmissionregistrationV1MutatingWebhookConfiguration({required MutatingWebhookConfiguration body, bool? pretty}) Future<MutatingWebhookConfiguration>
Create a MutatingWebhookConfiguration.
createAdmissionregistrationV1ValidatingWebhookConfiguration({required ValidatingWebhookConfiguration body, bool? pretty}) Future<ValidatingWebhookConfiguration>
Create a ValidatingWebhookConfiguration.
createApiextensionsV1CustomResourceDefinition({required CustomResourceDefinition body, bool? pretty}) Future<CustomResourceDefinition>
Create a CustomResourceDefinition.
createApiregistrationV1APIService({required APIService body, bool? pretty}) Future<APIService>
Create an APIService.
createAppsV1NamespacedControllerRevision({required ControllerRevision body, required String namespace, bool? pretty}) Future<ControllerRevision>
Create a ControllerRevision.
createAppsV1NamespacedDaemonSet({required DaemonSet body, required String namespace, bool? pretty}) Future<DaemonSet>
Create a DaemonSet.
createAppsV1NamespacedDeployment({required Deployment body, required String namespace, bool? pretty}) Future<Deployment>
Create a Deployment.
createAppsV1NamespacedReplicaSet({required ReplicaSet body, required String namespace, bool? pretty}) Future<ReplicaSet>
Create a ReplicaSet.
createAppsV1NamespacedStatefulSet({required StatefulSet body, required String namespace, bool? pretty}) Future<StatefulSet>
Create a StatefulSet.
createAuthenticationV1TokenReview({required TokenReview body, String? dryRun, String? fieldManager, String? fieldValidation, bool? pretty}) Future<TokenReview>
Create a TokenReview.
createAuthorizationV1NamespacedLocalSubjectAccessReview({required LocalSubjectAccessReview body, String? dryRun, String? fieldManager, String? fieldValidation, required String namespace, bool? pretty}) Future<LocalSubjectAccessReview>
Create a LocalSubjectAccessReview.
createAuthorizationV1SelfSubjectAccessReview({required SelfSubjectAccessReview body, String? dryRun, String? fieldManager, String? fieldValidation, bool? pretty}) Future<SelfSubjectAccessReview>
Create a SelfSubjectAccessReview.
createAuthorizationV1SelfSubjectRulesReview({required SelfSubjectRulesReview body, String? dryRun, String? fieldManager, String? fieldValidation, bool? pretty}) Future<SelfSubjectRulesReview>
Create a SelfSubjectRulesReview.
createAuthorizationV1SubjectAccessReview({required SubjectAccessReview body, String? dryRun, String? fieldManager, String? fieldValidation, bool? pretty}) Future<SubjectAccessReview>
Create a SubjectAccessReview.
createAutoscalingV1NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Create a HorizontalPodAutoscaler.
createAutoscalingV2beta2NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Create a HorizontalPodAutoscaler.
createAutoscalingV2NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Create a HorizontalPodAutoscaler.
createBatchV1NamespacedCronJob({required CronJob body, required String namespace, bool? pretty}) Future<CronJob>
Create a CronJob.
createBatchV1NamespacedJob({required Job body, required String namespace, bool? pretty}) Future<Job>
Create a Job.
createCertificatesV1CertificateSigningRequest({required CertificateSigningRequest body, bool? pretty}) Future<CertificateSigningRequest>
Create a CertificateSigningRequest.
createCoordinationV1NamespacedLease({required Lease body, required String namespace, bool? pretty}) Future<Lease>
Create a Lease.
createCoreV1Namespace({required Namespace body, bool? pretty}) Future<Namespace>
Create a Namespace.
createCoreV1NamespacedBinding({required Binding body, String? dryRun, String? fieldManager, String? fieldValidation, required String namespace, bool? pretty}) Future<Binding>
Create a Binding.
createCoreV1NamespacedConfigMap({required ConfigMap body, required String namespace, bool? pretty}) Future<ConfigMap>
Create a ConfigMap.
createCoreV1NamespacedEndpoints({required Endpoints body, required String namespace, bool? pretty}) Future<Endpoints>
Create Endpoints.
createCoreV1NamespacedEvent({required Event body, required String namespace, bool? pretty}) Future<Event>
Create an Event.
createCoreV1NamespacedLimitRange({required LimitRange body, required String namespace, bool? pretty}) Future<LimitRange>
Create a LimitRange.
createCoreV1NamespacedPersistentVolumeClaim({required PersistentVolumeClaim body, required String namespace, bool? pretty}) Future<PersistentVolumeClaim>
Create a PersistentVolumeClaim.
createCoreV1NamespacedPod({required Pod body, required String namespace, bool? pretty}) Future<Pod>
Create a Pod.
createCoreV1NamespacedPodBinding({required Binding body, String? dryRun, String? fieldManager, String? fieldValidation, required String name, required String namespace, bool? pretty}) Future<Binding>
Create binding of a Pod.
createCoreV1NamespacedPodEviction({required Eviction body, String? dryRun, String? fieldManager, String? fieldValidation, required String name, required String namespace, bool? pretty}) Future<Eviction>
Create eviction of a Pod.
createCoreV1NamespacedPodTemplate({required PodTemplate body, required String namespace, bool? pretty}) Future<PodTemplate>
Create a PodTemplate.
createCoreV1NamespacedReplicationController({required ReplicationController body, required String namespace, bool? pretty}) Future<ReplicationController>
Create a ReplicationController.
createCoreV1NamespacedResourceQuota({required ResourceQuota body, required String namespace, bool? pretty}) Future<ResourceQuota>
Create a ResourceQuota.
createCoreV1NamespacedSecret({required Secret body, required String namespace, bool? pretty}) Future<Secret>
Create a Secret.
createCoreV1NamespacedService({required Service body, required String namespace, bool? pretty}) Future<Service>
Create a Service.
createCoreV1NamespacedServiceAccount({required ServiceAccount body, required String namespace, bool? pretty}) Future<ServiceAccount>
Create a ServiceAccount.
createCoreV1NamespacedServiceAccountToken({required TokenRequest body, String? dryRun, String? fieldManager, String? fieldValidation, required String name, required String namespace, bool? pretty}) Future<TokenRequest>
Create token of a ServiceAccount.
createCoreV1Node({required Node body, bool? pretty}) Future<Node>
Create a Node.
createCoreV1PersistentVolume({required PersistentVolume body, bool? pretty}) Future<PersistentVolume>
Create a PersistentVolume.
createDiscoveryV1NamespacedEndpointSlice({required EndpointSlice body, required String namespace, bool? pretty}) Future<EndpointSlice>
Create an EndpointSlice.
createEventsV1NamespacedEvent({required Event body, required String namespace, bool? pretty}) Future<Event>
Create an Event.
createFlowcontrolApiserverV1beta1FlowSchema({required FlowSchema body, bool? pretty}) Future<FlowSchema>
Create a FlowSchema.
createFlowcontrolApiserverV1beta1PriorityLevelConfiguration({required PriorityLevelConfiguration body, bool? pretty}) Future<PriorityLevelConfiguration>
Create a PriorityLevelConfiguration.
createFlowcontrolApiserverV1beta2FlowSchema({required FlowSchema body, bool? pretty}) Future<FlowSchema>
Create a FlowSchema.
createFlowcontrolApiserverV1beta2PriorityLevelConfiguration({required PriorityLevelConfiguration body, bool? pretty}) Future<PriorityLevelConfiguration>
Create a PriorityLevelConfiguration.
createInternalApiserverV1alpha1StorageVersion({required StorageVersion body, bool? pretty}) Future<StorageVersion>
Create a StorageVersion.
createNetworkingV1IngressClass({required IngressClass body, bool? pretty}) Future<IngressClass>
Create an IngressClass.
createNetworkingV1NamespacedIngress({required Ingress body, required String namespace, bool? pretty}) Future<Ingress>
Create an Ingress.
createNetworkingV1NamespacedNetworkPolicy({required NetworkPolicy body, required String namespace, bool? pretty}) Future<NetworkPolicy>
Create a NetworkPolicy.
createNodeV1RuntimeClass({required RuntimeClass body, bool? pretty}) Future<RuntimeClass>
Create a RuntimeClass.
createPolicyV1NamespacedPodDisruptionBudget({required PodDisruptionBudget body, required String namespace, bool? pretty}) Future<PodDisruptionBudget>
Create a PodDisruptionBudget.
createRbacAuthorizationV1ClusterRole({required ClusterRole body, bool? pretty}) Future<ClusterRole>
Create a ClusterRole.
createRbacAuthorizationV1ClusterRoleBinding({required ClusterRoleBinding body, bool? pretty}) Future<ClusterRoleBinding>
Create a ClusterRoleBinding.
createRbacAuthorizationV1NamespacedRole({required Role body, required String namespace, bool? pretty}) Future<Role>
Create a Role.
createRbacAuthorizationV1NamespacedRoleBinding({required RoleBinding body, required String namespace, bool? pretty}) Future<RoleBinding>
Create a RoleBinding.
createSchedulingV1PriorityClass({required PriorityClass body, bool? pretty}) Future<PriorityClass>
Create a PriorityClass.
createStorageV1CSIDriver({required CSIDriver body, bool? pretty}) Future<CSIDriver>
Create a CSIDriver.
createStorageV1CSINode({required CSINode body, bool? pretty}) Future<CSINode>
Create a CSINode.
createStorageV1NamespacedCSIStorageCapacity({required CSIStorageCapacity body, required String namespace, bool? pretty}) Future<CSIStorageCapacity>
Create a CSIStorageCapacity.
createStorageV1StorageClass({required StorageClass body, bool? pretty}) Future<StorageClass>
Create a StorageClass.
createStorageV1VolumeAttachment({required VolumeAttachment body, bool? pretty}) Future<VolumeAttachment>
Create a VolumeAttachment.
deleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration({bool? pretty}) Future<Status>
Delete collection of MutatingWebhookConfiguration.
deleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration({bool? pretty}) Future<Status>
Delete collection of ValidatingWebhookConfiguration.
deleteAdmissionregistrationV1MutatingWebhookConfiguration({required String name, bool? pretty}) Future<Status>
Delete a MutatingWebhookConfiguration.
deleteAdmissionregistrationV1ValidatingWebhookConfiguration({required String name, bool? pretty}) Future<Status>
Delete a ValidatingWebhookConfiguration.
deleteApiextensionsV1CollectionCustomResourceDefinition({bool? pretty}) Future<Status>
Delete collection of CustomResourceDefinition.
deleteApiextensionsV1CustomResourceDefinition({required String name, bool? pretty}) Future<Status>
Delete a CustomResourceDefinition.
deleteApiregistrationV1APIService({required String name, bool? pretty}) Future<Status>
Delete an APIService.
deleteApiregistrationV1CollectionAPIService({bool? pretty}) Future<Status>
Delete collection of APIService.
deleteAppsV1CollectionNamespacedControllerRevision({required String namespace, bool? pretty}) Future<Status>
Delete collection of ControllerRevision.
deleteAppsV1CollectionNamespacedDaemonSet({required String namespace, bool? pretty}) Future<Status>
Delete collection of DaemonSet.
deleteAppsV1CollectionNamespacedDeployment({required String namespace, bool? pretty}) Future<Status>
Delete collection of Deployment.
deleteAppsV1CollectionNamespacedReplicaSet({required String namespace, bool? pretty}) Future<Status>
Delete collection of ReplicaSet.
deleteAppsV1CollectionNamespacedStatefulSet({required String namespace, bool? pretty}) Future<Status>
Delete collection of StatefulSet.
deleteAppsV1NamespacedControllerRevision({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a ControllerRevision.
deleteAppsV1NamespacedDaemonSet({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a DaemonSet.
deleteAppsV1NamespacedDeployment({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a Deployment.
deleteAppsV1NamespacedReplicaSet({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a ReplicaSet.
deleteAppsV1NamespacedStatefulSet({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a StatefulSet.
deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler({required String namespace, bool? pretty}) Future<Status>
Delete collection of HorizontalPodAutoscaler.
deleteAutoscalingV1NamespacedHorizontalPodAutoscaler({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a HorizontalPodAutoscaler.
deleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler({required String namespace, bool? pretty}) Future<Status>
Delete collection of HorizontalPodAutoscaler.
deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a HorizontalPodAutoscaler.
deleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler({required String namespace, bool? pretty}) Future<Status>
Delete collection of HorizontalPodAutoscaler.
deleteAutoscalingV2NamespacedHorizontalPodAutoscaler({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a HorizontalPodAutoscaler.
deleteBatchV1CollectionNamespacedCronJob({required String namespace, bool? pretty}) Future<Status>
Delete collection of CronJob.
deleteBatchV1CollectionNamespacedJob({required String namespace, bool? pretty}) Future<Status>
Delete collection of Job.
deleteBatchV1NamespacedCronJob({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a CronJob.
deleteBatchV1NamespacedJob({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a Job.
deleteCertificatesV1CertificateSigningRequest({required String name, bool? pretty}) Future<Status>
Delete a CertificateSigningRequest.
deleteCertificatesV1CollectionCertificateSigningRequest({bool? pretty}) Future<Status>
Delete collection of CertificateSigningRequest.
deleteCoordinationV1CollectionNamespacedLease({required String namespace, bool? pretty}) Future<Status>
Delete collection of Lease.
deleteCoordinationV1NamespacedLease({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a Lease.
deleteCoreV1CollectionNamespacedConfigMap({required String namespace, bool? pretty}) Future<Status>
Delete collection of ConfigMap.
deleteCoreV1CollectionNamespacedEndpoints({required String namespace, bool? pretty}) Future<Status>
Delete collection of Endpoints.
deleteCoreV1CollectionNamespacedEvent({required String namespace, bool? pretty}) Future<Status>
Delete collection of Event.
deleteCoreV1CollectionNamespacedLimitRange({required String namespace, bool? pretty}) Future<Status>
Delete collection of LimitRange.
deleteCoreV1CollectionNamespacedPersistentVolumeClaim({required String namespace, bool? pretty}) Future<Status>
Delete collection of PersistentVolumeClaim.
deleteCoreV1CollectionNamespacedPod({required String namespace, bool? pretty}) Future<Status>
Delete collection of Pod.
deleteCoreV1CollectionNamespacedPodTemplate({required String namespace, bool? pretty}) Future<Status>
Delete collection of PodTemplate.
deleteCoreV1CollectionNamespacedReplicationController({required String namespace, bool? pretty}) Future<Status>
Delete collection of ReplicationController.
deleteCoreV1CollectionNamespacedResourceQuota({required String namespace, bool? pretty}) Future<Status>
Delete collection of ResourceQuota.
deleteCoreV1CollectionNamespacedSecret({required String namespace, bool? pretty}) Future<Status>
Delete collection of Secret.
deleteCoreV1CollectionNamespacedService({required String namespace, bool? pretty}) Future<Status>
Delete collection of Service.
deleteCoreV1CollectionNamespacedServiceAccount({required String namespace, bool? pretty}) Future<Status>
Delete collection of ServiceAccount.
deleteCoreV1CollectionNode({bool? pretty}) Future<Status>
Delete collection of Node.
deleteCoreV1CollectionPersistentVolume({bool? pretty}) Future<Status>
Delete collection of PersistentVolume.
deleteCoreV1Namespace({required String name, bool? pretty}) Future<Status>
Delete a Namespace.
deleteCoreV1NamespacedConfigMap({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a ConfigMap.
deleteCoreV1NamespacedEndpoints({required String name, required String namespace, bool? pretty}) Future<Status>
Delete Endpoints.
deleteCoreV1NamespacedEvent({required String name, required String namespace, bool? pretty}) Future<Status>
Delete an Event.
deleteCoreV1NamespacedLimitRange({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a LimitRange.
deleteCoreV1NamespacedPersistentVolumeClaim({required String name, required String namespace, bool? pretty}) Future<PersistentVolumeClaim>
Delete a PersistentVolumeClaim.
deleteCoreV1NamespacedPod({required String name, required String namespace, bool? pretty}) Future<Pod>
Delete a Pod.
deleteCoreV1NamespacedPodTemplate({required String name, required String namespace, bool? pretty}) Future<PodTemplate>
Delete a PodTemplate.
deleteCoreV1NamespacedReplicationController({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a ReplicationController.
deleteCoreV1NamespacedResourceQuota({required String name, required String namespace, bool? pretty}) Future<ResourceQuota>
Delete a ResourceQuota.
deleteCoreV1NamespacedSecret({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a Secret.
deleteCoreV1NamespacedService({required String name, required String namespace, bool? pretty}) Future<Service>
Delete a Service.
deleteCoreV1NamespacedServiceAccount({required String name, required String namespace, bool? pretty}) Future<ServiceAccount>
Delete a ServiceAccount.
deleteCoreV1Node({required String name, bool? pretty}) Future<Status>
Delete a Node.
deleteCoreV1PersistentVolume({required String name, bool? pretty}) Future<PersistentVolume>
Delete a PersistentVolume.
deleteDiscoveryV1CollectionNamespacedEndpointSlice({required String namespace, bool? pretty}) Future<Status>
Delete collection of EndpointSlice.
deleteDiscoveryV1NamespacedEndpointSlice({required String name, required String namespace, bool? pretty}) Future<Status>
Delete an EndpointSlice.
deleteEventsV1CollectionNamespacedEvent({required String namespace, bool? pretty}) Future<Status>
Delete collection of Event.
deleteEventsV1NamespacedEvent({required String name, required String namespace, bool? pretty}) Future<Status>
Delete an Event.
deleteFlowcontrolApiserverV1beta1CollectionFlowSchema({bool? pretty}) Future<Status>
Delete collection of FlowSchema.
deleteFlowcontrolApiserverV1beta1CollectionPriorityLevelConfiguration({bool? pretty}) Future<Status>
Delete collection of PriorityLevelConfiguration.
deleteFlowcontrolApiserverV1beta1FlowSchema({required String name, bool? pretty}) Future<Status>
Delete a FlowSchema.
deleteFlowcontrolApiserverV1beta1PriorityLevelConfiguration({required String name, bool? pretty}) Future<Status>
Delete a PriorityLevelConfiguration.
deleteFlowcontrolApiserverV1beta2CollectionFlowSchema({bool? pretty}) Future<Status>
Delete collection of FlowSchema.
deleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfiguration({bool? pretty}) Future<Status>
Delete collection of PriorityLevelConfiguration.
deleteFlowcontrolApiserverV1beta2FlowSchema({required String name, bool? pretty}) Future<Status>
Delete a FlowSchema.
deleteFlowcontrolApiserverV1beta2PriorityLevelConfiguration({required String name, bool? pretty}) Future<Status>
Delete a PriorityLevelConfiguration.
deleteInternalApiserverV1alpha1CollectionStorageVersion({bool? pretty}) Future<Status>
Delete collection of StorageVersion.
deleteInternalApiserverV1alpha1StorageVersion({required String name, bool? pretty}) Future<Status>
Delete a StorageVersion.
deleteNetworkingV1CollectionIngressClass({bool? pretty}) Future<Status>
Delete collection of IngressClass.
deleteNetworkingV1CollectionNamespacedIngress({required String namespace, bool? pretty}) Future<Status>
Delete collection of Ingress.
deleteNetworkingV1CollectionNamespacedNetworkPolicy({required String namespace, bool? pretty}) Future<Status>
Delete collection of NetworkPolicy.
deleteNetworkingV1IngressClass({required String name, bool? pretty}) Future<Status>
Delete an IngressClass.
deleteNetworkingV1NamespacedIngress({required String name, required String namespace, bool? pretty}) Future<Status>
Delete an Ingress.
deleteNetworkingV1NamespacedNetworkPolicy({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a NetworkPolicy.
deleteNodeV1CollectionRuntimeClass({bool? pretty}) Future<Status>
Delete collection of RuntimeClass.
deleteNodeV1RuntimeClass({required String name, bool? pretty}) Future<Status>
Delete a RuntimeClass.
deletePolicyV1CollectionNamespacedPodDisruptionBudget({required String namespace, bool? pretty}) Future<Status>
Delete collection of PodDisruptionBudget.
deletePolicyV1NamespacedPodDisruptionBudget({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a PodDisruptionBudget.
deleteRbacAuthorizationV1ClusterRole({required String name, bool? pretty}) Future<Status>
Delete a ClusterRole.
deleteRbacAuthorizationV1ClusterRoleBinding({required String name, bool? pretty}) Future<Status>
Delete a ClusterRoleBinding.
deleteRbacAuthorizationV1CollectionClusterRole({bool? pretty}) Future<Status>
Delete collection of ClusterRole.
deleteRbacAuthorizationV1CollectionClusterRoleBinding({bool? pretty}) Future<Status>
Delete collection of ClusterRoleBinding.
deleteRbacAuthorizationV1CollectionNamespacedRole({required String namespace, bool? pretty}) Future<Status>
Delete collection of Role.
deleteRbacAuthorizationV1CollectionNamespacedRoleBinding({required String namespace, bool? pretty}) Future<Status>
Delete collection of RoleBinding.
deleteRbacAuthorizationV1NamespacedRole({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a Role.
deleteRbacAuthorizationV1NamespacedRoleBinding({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a RoleBinding.
deleteSchedulingV1CollectionPriorityClass({bool? pretty}) Future<Status>
Delete collection of PriorityClass.
deleteSchedulingV1PriorityClass({required String name, bool? pretty}) Future<Status>
Delete a PriorityClass.
deleteStorageV1beta1CollectionNamespacedCSIStorageCapacity({required String namespace, bool? pretty}) Future<Status>
Delete collection of CSIStorageCapacity.
deleteStorageV1beta1NamespacedCSIStorageCapacity({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a CSIStorageCapacity.
deleteStorageV1CollectionCSIDriver({bool? pretty}) Future<Status>
Delete collection of CSIDriver.
deleteStorageV1CollectionCSINode({bool? pretty}) Future<Status>
Delete collection of CSINode.
deleteStorageV1CollectionNamespacedCSIStorageCapacity({required String namespace, bool? pretty}) Future<Status>
Delete collection of CSIStorageCapacity.
deleteStorageV1CollectionStorageClass({bool? pretty}) Future<Status>
Delete collection of StorageClass.
deleteStorageV1CollectionVolumeAttachment({bool? pretty}) Future<Status>
Delete collection of VolumeAttachment.
deleteStorageV1CSIDriver({required String name, bool? pretty}) Future<CSIDriver>
Delete a CSIDriver.
deleteStorageV1CSINode({required String name, bool? pretty}) Future<CSINode>
Delete a CSINode.
deleteStorageV1NamespacedCSIStorageCapacity({required String name, required String namespace, bool? pretty}) Future<Status>
Delete a CSIStorageCapacity.
deleteStorageV1StorageClass({required String name, bool? pretty}) Future<StorageClass>
Delete a StorageClass.
deleteStorageV1VolumeAttachment({required String name, bool? pretty}) Future<VolumeAttachment>
Delete a VolumeAttachment.
getAdmissionregistrationAPIGroup() Future<APIGroup>
Get information of a group.
getAdmissionregistrationV1APIResources() Future<APIResourceList>
Get available resources.
getApiextensionsAPIGroup() Future<APIGroup>
Get information of a group.
getApiextensionsV1APIResources() Future<APIResourceList>
Get available resources.
getApiregistrationAPIGroup() Future<APIGroup>
Get information of a group.
getApiregistrationV1APIResources() Future<APIResourceList>
Get available resources.
getAPIVersions() Future<APIGroupList>
Get available API versions.
getAppsAPIGroup() Future<APIGroup>
Get information of a group.
getAppsV1APIResources() Future<APIResourceList>
Get available resources.
getAuthenticationAPIGroup() Future<APIGroup>
Get information of a group.
getAuthenticationV1APIResources() Future<APIResourceList>
Get available resources.
getAuthorizationAPIGroup() Future<APIGroup>
Get information of a group.
getAuthorizationV1APIResources() Future<APIResourceList>
Get available resources.
getAutoscalingAPIGroup() Future<APIGroup>
Get information of a group.
getAutoscalingV1APIResources() Future<APIResourceList>
Get available resources.
getAutoscalingV2APIResources() Future<APIResourceList>
Get available resources.
getAutoscalingV2beta2APIResources() Future<APIResourceList>
Get available resources.
getBatchAPIGroup() Future<APIGroup>
Get information of a group.
getBatchV1APIResources() Future<APIResourceList>
Get available resources.
getCertificatesAPIGroup() Future<APIGroup>
Get information of a group.
getCertificatesV1APIResources() Future<APIResourceList>
Get available resources.
getCodeVersion() Future<Info>
Get the code version.
getCoordinationAPIGroup() Future<APIGroup>
Get information of a group.
getCoordinationV1APIResources() Future<APIResourceList>
Get available resources.
getCoreAPIVersions() Future<APIVersions>
Get available API versions.
getCoreV1APIResources() Future<APIResourceList>
Get available resources.
getDiscoveryAPIGroup() Future<APIGroup>
Get information of a group.
getDiscoveryV1APIResources() Future<APIResourceList>
Get available resources.
getEventsAPIGroup() Future<APIGroup>
Get information of a group.
getEventsV1APIResources() Future<APIResourceList>
Get available resources.
getFlowcontrolApiserverAPIGroup() Future<APIGroup>
Get information of a group.
getFlowcontrolApiserverV1beta1APIResources() Future<APIResourceList>
Get available resources.
getFlowcontrolApiserverV1beta2APIResources() Future<APIResourceList>
Get available resources.
getInternalApiserverAPIGroup() Future<APIGroup>
Get information of a group.
getInternalApiserverV1alpha1APIResources() Future<APIResourceList>
Get available resources.
getNetworkingAPIGroup() Future<APIGroup>
Get information of a group.
getNetworkingV1APIResources() Future<APIResourceList>
Get available resources.
getNodeAPIGroup() Future<APIGroup>
Get information of a group.
getNodeV1APIResources() Future<APIResourceList>
Get available resources.
getPolicyAPIGroup() Future<APIGroup>
Get information of a group.
getPolicyV1APIResources() Future<APIResourceList>
Get available resources.
getRbacAuthorizationAPIGroup() Future<APIGroup>
Get information of a group.
getRbacAuthorizationV1APIResources() Future<APIResourceList>
Get available resources.
getSchedulingAPIGroup() Future<APIGroup>
Get information of a group.
getSchedulingV1APIResources() Future<APIResourceList>
Get available resources.
getServiceAccountIssuerOpenIDConfiguration() Future<String>
Get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'.
getServiceAccountIssuerOpenIDKeyset() Future<String>
Get service account issuer OpenID JSON Web Key Set (contains public token verification keys).
getStorageAPIGroup() Future<APIGroup>
Get information of a group.
getStorageV1APIResources() Future<APIResourceList>
Get available resources.
getStorageV1beta1APIResources() Future<APIResourceList>
Get available resources.
listAdmissionregistrationV1MutatingWebhookConfiguration({bool? pretty}) Future<MutatingWebhookConfigurationList>
List or watch objects of kind MutatingWebhookConfiguration.
listAdmissionregistrationV1ValidatingWebhookConfiguration({bool? pretty}) Future<ValidatingWebhookConfigurationList>
List or watch objects of kind ValidatingWebhookConfiguration.
listApiextensionsV1CustomResourceDefinition({bool? pretty}) Future<CustomResourceDefinitionList>
List or watch objects of kind CustomResourceDefinition.
listApiregistrationV1APIService({bool? pretty}) Future<APIServiceList>
List or watch objects of kind APIService.
listAppsV1ControllerRevisionForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ControllerRevisionList>
List or watch objects of kind ControllerRevision.
listAppsV1DaemonSetForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<DaemonSetList>
List or watch objects of kind DaemonSet.
listAppsV1DeploymentForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<DeploymentList>
List or watch objects of kind Deployment.
listAppsV1NamespacedControllerRevision({required String namespace, bool? pretty}) Future<ControllerRevisionList>
List or watch objects of kind ControllerRevision.
listAppsV1NamespacedDaemonSet({required String namespace, bool? pretty}) Future<DaemonSetList>
List or watch objects of kind DaemonSet.
listAppsV1NamespacedDeployment({required String namespace, bool? pretty}) Future<DeploymentList>
List or watch objects of kind Deployment.
listAppsV1NamespacedReplicaSet({required String namespace, bool? pretty}) Future<ReplicaSetList>
List or watch objects of kind ReplicaSet.
listAppsV1NamespacedStatefulSet({required String namespace, bool? pretty}) Future<StatefulSetList>
List or watch objects of kind StatefulSet.
listAppsV1ReplicaSetForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ReplicaSetList>
List or watch objects of kind ReplicaSet.
listAppsV1StatefulSetForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<StatefulSetList>
List or watch objects of kind StatefulSet.
listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<HorizontalPodAutoscalerList>
List or watch objects of kind HorizontalPodAutoscaler.
listAutoscalingV1NamespacedHorizontalPodAutoscaler({required String namespace, bool? pretty}) Future<HorizontalPodAutoscalerList>
List or watch objects of kind HorizontalPodAutoscaler.
listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<HorizontalPodAutoscalerList>
List or watch objects of kind HorizontalPodAutoscaler.
listAutoscalingV2beta2NamespacedHorizontalPodAutoscaler({required String namespace, bool? pretty}) Future<HorizontalPodAutoscalerList>
List or watch objects of kind HorizontalPodAutoscaler.
listAutoscalingV2HorizontalPodAutoscalerForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<HorizontalPodAutoscalerList>
List or watch objects of kind HorizontalPodAutoscaler.
listAutoscalingV2NamespacedHorizontalPodAutoscaler({required String namespace, bool? pretty}) Future<HorizontalPodAutoscalerList>
List or watch objects of kind HorizontalPodAutoscaler.
listBatchV1CronJobForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<CronJobList>
List or watch objects of kind CronJob.
listBatchV1JobForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<JobList>
List or watch objects of kind Job.
listBatchV1NamespacedCronJob({required String namespace, bool? pretty}) Future<CronJobList>
List or watch objects of kind CronJob.
listBatchV1NamespacedJob({required String namespace, bool? pretty}) Future<JobList>
List or watch objects of kind Job.
listCertificatesV1CertificateSigningRequest({bool? pretty}) Future<CertificateSigningRequestList>
List or watch objects of kind CertificateSigningRequest.
listCoordinationV1LeaseForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<LeaseList>
List or watch objects of kind Lease.
listCoordinationV1NamespacedLease({required String namespace, bool? pretty}) Future<LeaseList>
List or watch objects of kind Lease.
listCoreV1ComponentStatus({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ComponentStatusList>
List objects of kind ComponentStatus.
listCoreV1ConfigMapForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ConfigMapList>
List or watch objects of kind ConfigMap.
listCoreV1EndpointsForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<EndpointsList>
List or watch objects of kind Endpoints.
listCoreV1EventForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<EventList>
List or watch objects of kind Event.
listCoreV1LimitRangeForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<LimitRangeList>
List or watch objects of kind LimitRange.
listCoreV1Namespace({bool? pretty}) Future<NamespaceList>
List or watch objects of kind Namespace.
listCoreV1NamespacedConfigMap({required String namespace, bool? pretty}) Future<ConfigMapList>
List or watch objects of kind ConfigMap.
listCoreV1NamespacedEndpoints({required String namespace, bool? pretty}) Future<EndpointsList>
List or watch objects of kind Endpoints.
listCoreV1NamespacedEvent({required String namespace, bool? pretty}) Future<EventList>
List or watch objects of kind Event.
listCoreV1NamespacedLimitRange({required String namespace, bool? pretty}) Future<LimitRangeList>
List or watch objects of kind LimitRange.
listCoreV1NamespacedPersistentVolumeClaim({required String namespace, bool? pretty}) Future<PersistentVolumeClaimList>
List or watch objects of kind PersistentVolumeClaim.
listCoreV1NamespacedPod({required String namespace, bool? pretty}) Future<PodList>
List or watch objects of kind Pod.
listCoreV1NamespacedPodTemplate({required String namespace, bool? pretty}) Future<PodTemplateList>
List or watch objects of kind PodTemplate.
listCoreV1NamespacedReplicationController({required String namespace, bool? pretty}) Future<ReplicationControllerList>
List or watch objects of kind ReplicationController.
listCoreV1NamespacedResourceQuota({required String namespace, bool? pretty}) Future<ResourceQuotaList>
List or watch objects of kind ResourceQuota.
listCoreV1NamespacedSecret({required String namespace, bool? pretty}) Future<SecretList>
List or watch objects of kind Secret.
listCoreV1NamespacedService({required String namespace, bool? pretty}) Future<ServiceList>
List or watch objects of kind Service.
listCoreV1NamespacedServiceAccount({required String namespace, bool? pretty}) Future<ServiceAccountList>
List or watch objects of kind ServiceAccount.
listCoreV1Node({bool? pretty}) Future<NodeList>
List or watch objects of kind Node.
listCoreV1PersistentVolume({bool? pretty}) Future<PersistentVolumeList>
List or watch objects of kind PersistentVolume.
listCoreV1PersistentVolumeClaimForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<PersistentVolumeClaimList>
List or watch objects of kind PersistentVolumeClaim.
listCoreV1PodForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<PodList>
List or watch objects of kind Pod.
listCoreV1PodTemplateForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<PodTemplateList>
List or watch objects of kind PodTemplate.
listCoreV1ReplicationControllerForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ReplicationControllerList>
List or watch objects of kind ReplicationController.
listCoreV1ResourceQuotaForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ResourceQuotaList>
List or watch objects of kind ResourceQuota.
listCoreV1SecretForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<SecretList>
List or watch objects of kind Secret.
listCoreV1ServiceAccountForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ServiceAccountList>
List or watch objects of kind ServiceAccount.
listCoreV1ServiceForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<ServiceList>
List or watch objects of kind Service.
listDiscoveryV1EndpointSliceForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<EndpointSliceList>
List or watch objects of kind EndpointSlice.
listDiscoveryV1NamespacedEndpointSlice({required String namespace, bool? pretty}) Future<EndpointSliceList>
List or watch objects of kind EndpointSlice.
listEventsV1EventForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<EventList>
List or watch objects of kind Event.
listEventsV1NamespacedEvent({required String namespace, bool? pretty}) Future<EventList>
List or watch objects of kind Event.
listFlowcontrolApiserverV1beta1FlowSchema({bool? pretty}) Future<FlowSchemaList>
List or watch objects of kind FlowSchema.
listFlowcontrolApiserverV1beta1PriorityLevelConfiguration({bool? pretty}) Future<PriorityLevelConfigurationList>
List or watch objects of kind PriorityLevelConfiguration.
listFlowcontrolApiserverV1beta2FlowSchema({bool? pretty}) Future<FlowSchemaList>
List or watch objects of kind FlowSchema.
listFlowcontrolApiserverV1beta2PriorityLevelConfiguration({bool? pretty}) Future<PriorityLevelConfigurationList>
List or watch objects of kind PriorityLevelConfiguration.
listInternalApiserverV1alpha1StorageVersion({bool? pretty}) Future<StorageVersionList>
List or watch objects of kind StorageVersion.
listIstioV1beta1NamespacedGateway({required String namespace, bool? pretty}) Future<GatewayList>
List or watch objects of kind istio_v1beta1.Gateway.
listIstioV1beta1NamespacedVirtualService({required String namespace, bool? pretty}) Future<VirtualServiceList>
List or watch objects of kind istio_v1beta1.VirtualService.
listNetworkingV1IngressClass({bool? pretty}) Future<IngressClassList>
List or watch objects of kind IngressClass.
listNetworkingV1IngressForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<IngressList>
List or watch objects of kind Ingress.
listNetworkingV1NamespacedIngress({required String namespace, bool? pretty}) Future<IngressList>
List or watch objects of kind Ingress.
listNetworkingV1NamespacedNetworkPolicy({required String namespace, bool? pretty}) Future<NetworkPolicyList>
List or watch objects of kind NetworkPolicy.
listNetworkingV1NetworkPolicyForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<NetworkPolicyList>
List or watch objects of kind NetworkPolicy.
listNodeV1RuntimeClass({bool? pretty}) Future<RuntimeClassList>
List or watch objects of kind RuntimeClass.
listPolicyV1NamespacedPodDisruptionBudget({required String namespace, bool? pretty}) Future<PodDisruptionBudgetList>
List or watch objects of kind PodDisruptionBudget.
listPolicyV1PodDisruptionBudgetForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<PodDisruptionBudgetList>
List or watch objects of kind PodDisruptionBudget.
listRbacAuthorizationV1ClusterRole({bool? pretty}) Future<ClusterRoleList>
List or watch objects of kind ClusterRole.
listRbacAuthorizationV1ClusterRoleBinding({bool? pretty}) Future<ClusterRoleBindingList>
List or watch objects of kind ClusterRoleBinding.
listRbacAuthorizationV1NamespacedRole({required String namespace, bool? pretty}) Future<RoleList>
List or watch objects of kind Role.
listRbacAuthorizationV1NamespacedRoleBinding({required String namespace, bool? pretty}) Future<RoleBindingList>
List or watch objects of kind RoleBinding.
listRbacAuthorizationV1RoleBindingForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<RoleBindingList>
List or watch objects of kind RoleBinding.
listRbacAuthorizationV1RoleForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<RoleList>
List or watch objects of kind Role.
listSchedulingV1PriorityClass({bool? pretty}) Future<PriorityClassList>
List or watch objects of kind PriorityClass.
listStorageV1CSIDriver({bool? pretty}) Future<CSIDriverList>
List or watch objects of kind CSIDriver.
listStorageV1CSINode({bool? pretty}) Future<CSINodeList>
List or watch objects of kind CSINode.
listStorageV1CSIStorageCapacityForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<CSIStorageCapacityList>
List or watch objects of kind CSIStorageCapacity.
listStorageV1NamespacedCSIStorageCapacity({required String namespace, bool? pretty}) Future<CSIStorageCapacityList>
List or watch objects of kind CSIStorageCapacity.
listStorageV1StorageClass({bool? pretty}) Future<StorageClassList>
List or watch objects of kind StorageClass.
listStorageV1VolumeAttachment({bool? pretty}) Future<VolumeAttachmentList>
List or watch objects of kind VolumeAttachment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchAdmissionregistrationV1MutatingWebhookConfiguration({required MutatingWebhookConfiguration body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<MutatingWebhookConfiguration>
Partially update the specified MutatingWebhookConfiguration.
patchAdmissionregistrationV1ValidatingWebhookConfiguration({required ValidatingWebhookConfiguration body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ValidatingWebhookConfiguration>
Partially update the specified ValidatingWebhookConfiguration.
patchApiextensionsV1CustomResourceDefinition({required CustomResourceDefinition body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CustomResourceDefinition>
Partially update the specified CustomResourceDefinition.
patchApiextensionsV1CustomResourceDefinitionStatus({required CustomResourceDefinition body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CustomResourceDefinition>
Partially update status of the specified CustomResourceDefinition.
patchApiregistrationV1APIService({required APIService body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<APIService>
Partially update the specified APIService.
patchApiregistrationV1APIServiceStatus({required APIService body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<APIService>
Partially update status of the specified APIService.
patchAppsV1NamespacedControllerRevision({required ControllerRevision body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ControllerRevision>
Partially update the specified ControllerRevision.
patchAppsV1NamespacedDaemonSet({required DaemonSet body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<DaemonSet>
Partially update the specified DaemonSet.
patchAppsV1NamespacedDaemonSetStatus({required DaemonSet body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<DaemonSet>
Partially update status of the specified DaemonSet.
patchAppsV1NamespacedDeployment({required Deployment body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Deployment>
Partially update the specified Deployment.
patchAppsV1NamespacedDeploymentScale({required Scale body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Scale>
Partially update scale of the specified Deployment.
patchAppsV1NamespacedDeploymentStatus({required Deployment body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Deployment>
Partially update status of the specified Deployment.
patchAppsV1NamespacedReplicaSet({required ReplicaSet body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ReplicaSet>
Partially update the specified ReplicaSet.
patchAppsV1NamespacedReplicaSetScale({required Scale body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Scale>
Partially update scale of the specified ReplicaSet.
patchAppsV1NamespacedReplicaSetStatus({required ReplicaSet body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ReplicaSet>
Partially update status of the specified ReplicaSet.
patchAppsV1NamespacedStatefulSet({required StatefulSet body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<StatefulSet>
Partially update the specified StatefulSet.
patchAppsV1NamespacedStatefulSetScale({required Scale body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Scale>
Partially update scale of the specified StatefulSet.
patchAppsV1NamespacedStatefulSetStatus({required StatefulSet body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<StatefulSet>
Partially update status of the specified StatefulSet.
patchAutoscalingV1NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<HorizontalPodAutoscaler>
Partially update the specified HorizontalPodAutoscaler.
patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<HorizontalPodAutoscaler>
Partially update status of the specified HorizontalPodAutoscaler.
patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<HorizontalPodAutoscaler>
Partially update the specified HorizontalPodAutoscaler.
patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<HorizontalPodAutoscaler>
Partially update status of the specified HorizontalPodAutoscaler.
patchAutoscalingV2NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<HorizontalPodAutoscaler>
Partially update the specified HorizontalPodAutoscaler.
patchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<HorizontalPodAutoscaler>
Partially update status of the specified HorizontalPodAutoscaler.
patchBatchV1NamespacedCronJob({required CronJob body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CronJob>
Partially update the specified CronJob.
patchBatchV1NamespacedCronJobStatus({required CronJob body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CronJob>
Partially update status of the specified CronJob.
patchBatchV1NamespacedJob({required Job body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Job>
Partially update the specified Job.
patchBatchV1NamespacedJobStatus({required Job body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Job>
Partially update status of the specified Job.
patchCertificatesV1CertificateSigningRequest({required CertificateSigningRequest body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CertificateSigningRequest>
Partially update the specified CertificateSigningRequest.
patchCertificatesV1CertificateSigningRequestApproval({required CertificateSigningRequest body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CertificateSigningRequest>
Partially update approval of the specified CertificateSigningRequest.
patchCertificatesV1CertificateSigningRequestStatus({required CertificateSigningRequest body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CertificateSigningRequest>
Partially update status of the specified CertificateSigningRequest.
patchCoordinationV1NamespacedLease({required Lease body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Lease>
Partially update the specified Lease.
patchCoreV1Namespace({required Namespace body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Namespace>
Partially update the specified Namespace.
patchCoreV1NamespacedConfigMap({required ConfigMap body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ConfigMap>
Partially update the specified ConfigMap.
patchCoreV1NamespacedEndpoints({required Endpoints body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Endpoints>
Partially update the specified Endpoints.
patchCoreV1NamespacedEvent({required Event body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Event>
Partially update the specified Event.
patchCoreV1NamespacedLimitRange({required LimitRange body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<LimitRange>
Partially update the specified LimitRange.
patchCoreV1NamespacedPersistentVolumeClaim({required PersistentVolumeClaim body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PersistentVolumeClaim>
Partially update the specified PersistentVolumeClaim.
patchCoreV1NamespacedPersistentVolumeClaimStatus({required PersistentVolumeClaim body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PersistentVolumeClaim>
Partially update status of the specified PersistentVolumeClaim.
patchCoreV1NamespacedPod({required Pod body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Pod>
Partially update the specified Pod.
patchCoreV1NamespacedPodEphemeralcontainers({required Pod body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Pod>
Partially update ephemeralcontainers of the specified Pod.
patchCoreV1NamespacedPodStatus({required Pod body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Pod>
Partially update status of the specified Pod.
patchCoreV1NamespacedPodTemplate({required PodTemplate body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PodTemplate>
Partially update the specified PodTemplate.
patchCoreV1NamespacedReplicationController({required ReplicationController body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ReplicationController>
Partially update the specified ReplicationController.
patchCoreV1NamespacedReplicationControllerScale({required Scale body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Scale>
Partially update scale of the specified ReplicationController.
patchCoreV1NamespacedReplicationControllerStatus({required ReplicationController body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ReplicationController>
Partially update status of the specified ReplicationController.
patchCoreV1NamespacedResourceQuota({required ResourceQuota body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ResourceQuota>
Partially update the specified ResourceQuota.
patchCoreV1NamespacedResourceQuotaStatus({required ResourceQuota body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ResourceQuota>
Partially update status of the specified ResourceQuota.
patchCoreV1NamespacedSecret({required Secret body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Secret>
Partially update the specified Secret.
patchCoreV1NamespacedService({required Service body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Service>
Partially update the specified Service.
patchCoreV1NamespacedServiceAccount({required ServiceAccount body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ServiceAccount>
Partially update the specified ServiceAccount.
patchCoreV1NamespacedServiceStatus({required Service body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Service>
Partially update status of the specified Service.
patchCoreV1NamespaceStatus({required Namespace body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Namespace>
Partially update status of the specified Namespace.
patchCoreV1Node({required Node body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Node>
Partially update the specified Node.
patchCoreV1NodeStatus({required Node body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Node>
Partially update status of the specified Node.
patchCoreV1PersistentVolume({required PersistentVolume body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PersistentVolume>
Partially update the specified PersistentVolume.
patchCoreV1PersistentVolumeStatus({required PersistentVolume body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PersistentVolume>
Partially update status of the specified PersistentVolume.
patchDiscoveryV1NamespacedEndpointSlice({required EndpointSlice body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<EndpointSlice>
Partially update the specified EndpointSlice.
patchEventsV1NamespacedEvent({required Event body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Event>
Partially update the specified Event.
patchFlowcontrolApiserverV1beta1FlowSchema({required FlowSchema body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<FlowSchema>
Partially update the specified FlowSchema.
patchFlowcontrolApiserverV1beta1FlowSchemaStatus({required FlowSchema body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<FlowSchema>
Partially update status of the specified FlowSchema.
patchFlowcontrolApiserverV1beta1PriorityLevelConfiguration({required PriorityLevelConfiguration body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PriorityLevelConfiguration>
Partially update the specified PriorityLevelConfiguration.
patchFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus({required PriorityLevelConfiguration body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PriorityLevelConfiguration>
Partially update status of the specified PriorityLevelConfiguration.
patchFlowcontrolApiserverV1beta2FlowSchema({required FlowSchema body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<FlowSchema>
Partially update the specified FlowSchema.
patchFlowcontrolApiserverV1beta2FlowSchemaStatus({required FlowSchema body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<FlowSchema>
Partially update status of the specified FlowSchema.
patchFlowcontrolApiserverV1beta2PriorityLevelConfiguration({required PriorityLevelConfiguration body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PriorityLevelConfiguration>
Partially update the specified PriorityLevelConfiguration.
patchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus({required PriorityLevelConfiguration body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PriorityLevelConfiguration>
Partially update status of the specified PriorityLevelConfiguration.
patchInternalApiserverV1alpha1StorageVersion({required StorageVersion body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<StorageVersion>
Partially update the specified StorageVersion.
patchInternalApiserverV1alpha1StorageVersionStatus({required StorageVersion body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<StorageVersion>
Partially update status of the specified StorageVersion.
patchNetworkingV1IngressClass({required IngressClass body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<IngressClass>
Partially update the specified IngressClass.
patchNetworkingV1NamespacedIngress({required Ingress body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Ingress>
Partially update the specified Ingress.
patchNetworkingV1NamespacedIngressStatus({required Ingress body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Ingress>
Partially update status of the specified Ingress.
patchNetworkingV1NamespacedNetworkPolicy({required NetworkPolicy body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<NetworkPolicy>
Partially update the specified NetworkPolicy.
patchNetworkingV1NamespacedNetworkPolicyStatus({required NetworkPolicy body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<NetworkPolicy>
Partially update status of the specified NetworkPolicy.
patchNodeV1RuntimeClass({required RuntimeClass body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<RuntimeClass>
Partially update the specified RuntimeClass.
patchPolicyV1NamespacedPodDisruptionBudget({required PodDisruptionBudget body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PodDisruptionBudget>
Partially update the specified PodDisruptionBudget.
patchPolicyV1NamespacedPodDisruptionBudgetStatus({required PodDisruptionBudget body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PodDisruptionBudget>
Partially update status of the specified PodDisruptionBudget.
patchRbacAuthorizationV1ClusterRole({required ClusterRole body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ClusterRole>
Partially update the specified ClusterRole.
patchRbacAuthorizationV1ClusterRoleBinding({required ClusterRoleBinding body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<ClusterRoleBinding>
Partially update the specified ClusterRoleBinding.
patchRbacAuthorizationV1NamespacedRole({required Role body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<Role>
Partially update the specified Role.
patchRbacAuthorizationV1NamespacedRoleBinding({required RoleBinding body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<RoleBinding>
Partially update the specified RoleBinding.
patchSchedulingV1PriorityClass({required PriorityClass body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<PriorityClass>
Partially update the specified PriorityClass.
patchStorageV1CSIDriver({required CSIDriver body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CSIDriver>
Partially update the specified CSIDriver.
patchStorageV1CSINode({required CSINode body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CSINode>
Partially update the specified CSINode.
patchStorageV1NamespacedCSIStorageCapacity({required CSIStorageCapacity body, required String name, required String namespace, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<CSIStorageCapacity>
Partially update the specified CSIStorageCapacity.
patchStorageV1StorageClass({required StorageClass body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<StorageClass>
Partially update the specified StorageClass.
patchStorageV1VolumeAttachment({required VolumeAttachment body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<VolumeAttachment>
Partially update the specified VolumeAttachment.
patchStorageV1VolumeAttachmentStatus({required VolumeAttachment body, required String name, bool? pretty, PatchType patchType = PatchType.mergePatch}) Future<VolumeAttachment>
Partially update status of the specified VolumeAttachment.
readAdmissionregistrationV1MutatingWebhookConfiguration({required String name, bool? pretty}) Future<MutatingWebhookConfiguration>
Read the specified MutatingWebhookConfiguration.
readAdmissionregistrationV1ValidatingWebhookConfiguration({required String name, bool? pretty}) Future<ValidatingWebhookConfiguration>
Read the specified ValidatingWebhookConfiguration.
readApiextensionsV1CustomResourceDefinition({required String name, bool? pretty}) Future<CustomResourceDefinition>
Read the specified CustomResourceDefinition.
readApiextensionsV1CustomResourceDefinitionStatus({required String name, bool? pretty}) Future<CustomResourceDefinition>
Read status of the specified CustomResourceDefinition.
readApiregistrationV1APIService({required String name, bool? pretty}) Future<APIService>
Read the specified APIService.
readApiregistrationV1APIServiceStatus({required String name, bool? pretty}) Future<APIService>
Read status of the specified APIService.
readAppsV1NamespacedControllerRevision({required String name, required String namespace, bool? pretty}) Future<ControllerRevision>
Read the specified ControllerRevision.
readAppsV1NamespacedDaemonSet({required String name, required String namespace, bool? pretty}) Future<DaemonSet>
Read the specified DaemonSet.
readAppsV1NamespacedDaemonSetStatus({required String name, required String namespace, bool? pretty}) Future<DaemonSet>
Read status of the specified DaemonSet.
readAppsV1NamespacedDeployment({required String name, required String namespace, bool? pretty}) Future<Deployment>
Read the specified Deployment.
readAppsV1NamespacedDeploymentScale({required String name, required String namespace, bool? pretty}) Future<Scale>
Read scale of the specified Deployment.
readAppsV1NamespacedDeploymentStatus({required String name, required String namespace, bool? pretty}) Future<Deployment>
Read status of the specified Deployment.
readAppsV1NamespacedReplicaSet({required String name, required String namespace, bool? pretty}) Future<ReplicaSet>
Read the specified ReplicaSet.
readAppsV1NamespacedReplicaSetScale({required String name, required String namespace, bool? pretty}) Future<Scale>
Read scale of the specified ReplicaSet.
readAppsV1NamespacedReplicaSetStatus({required String name, required String namespace, bool? pretty}) Future<ReplicaSet>
Read status of the specified ReplicaSet.
readAppsV1NamespacedStatefulSet({required String name, required String namespace, bool? pretty}) Future<StatefulSet>
Read the specified StatefulSet.
readAppsV1NamespacedStatefulSetScale({required String name, required String namespace, bool? pretty}) Future<Scale>
Read scale of the specified StatefulSet.
readAppsV1NamespacedStatefulSetStatus({required String name, required String namespace, bool? pretty}) Future<StatefulSet>
Read status of the specified StatefulSet.
readAutoscalingV1NamespacedHorizontalPodAutoscaler({required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Read the specified HorizontalPodAutoscaler.
readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus({required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Read status of the specified HorizontalPodAutoscaler.
readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler({required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Read the specified HorizontalPodAutoscaler.
readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus({required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Read status of the specified HorizontalPodAutoscaler.
readAutoscalingV2NamespacedHorizontalPodAutoscaler({required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Read the specified HorizontalPodAutoscaler.
readAutoscalingV2NamespacedHorizontalPodAutoscalerStatus({required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Read status of the specified HorizontalPodAutoscaler.
readBatchV1NamespacedCronJob({required String name, required String namespace, bool? pretty}) Future<CronJob>
Read the specified CronJob.
readBatchV1NamespacedCronJobStatus({required String name, required String namespace, bool? pretty}) Future<CronJob>
Read status of the specified CronJob.
readBatchV1NamespacedJob({required String name, required String namespace, bool? pretty}) Future<Job>
Read the specified Job.
readBatchV1NamespacedJobStatus({required String name, required String namespace, bool? pretty}) Future<Job>
Read status of the specified Job.
readCertificatesV1CertificateSigningRequest({required String name, bool? pretty}) Future<CertificateSigningRequest>
Read the specified CertificateSigningRequest.
readCertificatesV1CertificateSigningRequestApproval({required String name, bool? pretty}) Future<CertificateSigningRequest>
Read approval of the specified CertificateSigningRequest.
readCertificatesV1CertificateSigningRequestStatus({required String name, bool? pretty}) Future<CertificateSigningRequest>
Read status of the specified CertificateSigningRequest.
readCoordinationV1NamespacedLease({required String name, required String namespace, bool? pretty}) Future<Lease>
Read the specified Lease.
readCoreV1ComponentStatus({required String name, bool? pretty}) Future<ComponentStatus>
Read the specified ComponentStatus.
readCoreV1Namespace({required String name, bool? pretty}) Future<Namespace>
Read the specified Namespace.
readCoreV1NamespacedConfigMap({required String name, required String namespace, bool? pretty}) Future<ConfigMap>
Read the specified ConfigMap.
readCoreV1NamespacedEndpoints({required String name, required String namespace, bool? pretty}) Future<Endpoints>
Read the specified Endpoints.
readCoreV1NamespacedEvent({required String name, required String namespace, bool? pretty}) Future<Event>
Read the specified Event.
readCoreV1NamespacedLimitRange({required String name, required String namespace, bool? pretty}) Future<LimitRange>
Read the specified LimitRange.
readCoreV1NamespacedPersistentVolumeClaim({required String name, required String namespace, bool? pretty}) Future<PersistentVolumeClaim>
Read the specified PersistentVolumeClaim.
readCoreV1NamespacedPersistentVolumeClaimStatus({required String name, required String namespace, bool? pretty}) Future<PersistentVolumeClaim>
Read status of the specified PersistentVolumeClaim.
readCoreV1NamespacedPod({required String name, required String namespace, bool? pretty}) Future<Pod>
Read the specified Pod.
readCoreV1NamespacedPodEphemeralcontainers({required String name, required String namespace, bool? pretty}) Future<Pod>
Read ephemeralcontainers of the specified Pod.
readCoreV1NamespacedPodLog({String? container, bool? follow, bool? insecureSkipTLSVerifyBackend, int? limitBytes, required String name, required String namespace, bool? pretty, bool? previous, int? sinceSeconds, int? tailLines, bool? timestamps}) Future<String>
Read log of the specified Pod.
readCoreV1NamespacedPodStatus({required String name, required String namespace, bool? pretty}) Future<Pod>
Read status of the specified Pod.
readCoreV1NamespacedPodTemplate({required String name, required String namespace, bool? pretty}) Future<PodTemplate>
Read the specified PodTemplate.
readCoreV1NamespacedReplicationController({required String name, required String namespace, bool? pretty}) Future<ReplicationController>
Read the specified ReplicationController.
readCoreV1NamespacedReplicationControllerScale({required String name, required String namespace, bool? pretty}) Future<Scale>
Read scale of the specified ReplicationController.
readCoreV1NamespacedReplicationControllerStatus({required String name, required String namespace, bool? pretty}) Future<ReplicationController>
Read status of the specified ReplicationController.
readCoreV1NamespacedResourceQuota({required String name, required String namespace, bool? pretty}) Future<ResourceQuota>
Read the specified ResourceQuota.
readCoreV1NamespacedResourceQuotaStatus({required String name, required String namespace, bool? pretty}) Future<ResourceQuota>
Read status of the specified ResourceQuota.
readCoreV1NamespacedSecret({required String name, required String namespace, bool? pretty}) Future<Secret>
Read the specified Secret.
readCoreV1NamespacedService({required String name, required String namespace, bool? pretty}) Future<Service>
Read the specified Service.
readCoreV1NamespacedServiceAccount({required String name, required String namespace, bool? pretty}) Future<ServiceAccount>
Read the specified ServiceAccount.
readCoreV1NamespacedServiceStatus({required String name, required String namespace, bool? pretty}) Future<Service>
Read status of the specified Service.
readCoreV1NamespaceStatus({required String name, bool? pretty}) Future<Namespace>
Read status of the specified Namespace.
readCoreV1Node({required String name, bool? pretty}) Future<Node>
Read the specified Node.
readCoreV1NodeStatus({required String name, bool? pretty}) Future<Node>
Read status of the specified Node.
readCoreV1PersistentVolume({required String name, bool? pretty}) Future<PersistentVolume>
Read the specified PersistentVolume.
readCoreV1PersistentVolumeStatus({required String name, bool? pretty}) Future<PersistentVolume>
Read status of the specified PersistentVolume.
readDiscoveryV1NamespacedEndpointSlice({required String name, required String namespace, bool? pretty}) Future<EndpointSlice>
Read the specified EndpointSlice.
readEventsV1NamespacedEvent({required String name, required String namespace, bool? pretty}) Future<Event>
Read the specified Event.
readFlowcontrolApiserverV1beta1FlowSchema({required String name, bool? pretty}) Future<FlowSchema>
Read the specified FlowSchema.
readFlowcontrolApiserverV1beta1FlowSchemaStatus({required String name, bool? pretty}) Future<FlowSchema>
Read status of the specified FlowSchema.
readFlowcontrolApiserverV1beta1PriorityLevelConfiguration({required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Read the specified PriorityLevelConfiguration.
readFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus({required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Read status of the specified PriorityLevelConfiguration.
readFlowcontrolApiserverV1beta2FlowSchema({required String name, bool? pretty}) Future<FlowSchema>
Read the specified FlowSchema.
readFlowcontrolApiserverV1beta2FlowSchemaStatus({required String name, bool? pretty}) Future<FlowSchema>
Read status of the specified FlowSchema.
readFlowcontrolApiserverV1beta2PriorityLevelConfiguration({required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Read the specified PriorityLevelConfiguration.
readFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus({required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Read status of the specified PriorityLevelConfiguration.
readInternalApiserverV1alpha1StorageVersion({required String name, bool? pretty}) Future<StorageVersion>
Read the specified StorageVersion.
readInternalApiserverV1alpha1StorageVersionStatus({required String name, bool? pretty}) Future<StorageVersion>
Read status of the specified StorageVersion.
readNetworkingV1IngressClass({required String name, bool? pretty}) Future<IngressClass>
Read the specified IngressClass.
readNetworkingV1NamespacedIngress({required String name, required String namespace, bool? pretty}) Future<Ingress>
Read the specified Ingress.
readNetworkingV1NamespacedIngressStatus({required String name, required String namespace, bool? pretty}) Future<Ingress>
Read status of the specified Ingress.
readNetworkingV1NamespacedNetworkPolicy({required String name, required String namespace, bool? pretty}) Future<NetworkPolicy>
Read the specified NetworkPolicy.
readNetworkingV1NamespacedNetworkPolicyStatus({required String name, required String namespace, bool? pretty}) Future<NetworkPolicy>
Read status of the specified NetworkPolicy.
readNodeV1RuntimeClass({required String name, bool? pretty}) Future<RuntimeClass>
Read the specified RuntimeClass.
readPolicyV1NamespacedPodDisruptionBudget({required String name, required String namespace, bool? pretty}) Future<PodDisruptionBudget>
Read the specified PodDisruptionBudget.
readPolicyV1NamespacedPodDisruptionBudgetStatus({required String name, required String namespace, bool? pretty}) Future<PodDisruptionBudget>
Read status of the specified PodDisruptionBudget.
readRbacAuthorizationV1ClusterRole({required String name, bool? pretty}) Future<ClusterRole>
Read the specified ClusterRole.
readRbacAuthorizationV1ClusterRoleBinding({required String name, bool? pretty}) Future<ClusterRoleBinding>
Read the specified ClusterRoleBinding.
readRbacAuthorizationV1NamespacedRole({required String name, required String namespace, bool? pretty}) Future<Role>
Read the specified Role.
readRbacAuthorizationV1NamespacedRoleBinding({required String name, required String namespace, bool? pretty}) Future<RoleBinding>
Read the specified RoleBinding.
readSchedulingV1PriorityClass({required String name, bool? pretty}) Future<PriorityClass>
Read the specified PriorityClass.
readStorageV1CSIDriver({required String name, bool? pretty}) Future<CSIDriver>
Read the specified CSIDriver.
readStorageV1CSINode({required String name, bool? pretty}) Future<CSINode>
Read the specified CSINode.
readStorageV1NamespacedCSIStorageCapacity({required String name, required String namespace, bool? pretty}) Future<CSIStorageCapacity>
Read the specified CSIStorageCapacity.
readStorageV1StorageClass({required String name, bool? pretty}) Future<StorageClass>
Read the specified StorageClass.
readStorageV1VolumeAttachment({required String name, bool? pretty}) Future<VolumeAttachment>
Read the specified VolumeAttachment.
readStorageV1VolumeAttachmentStatus({required String name, bool? pretty}) Future<VolumeAttachment>
Read status of the specified VolumeAttachment.
replaceAdmissionregistrationV1MutatingWebhookConfiguration({required MutatingWebhookConfiguration body, required String name, bool? pretty}) Future<MutatingWebhookConfiguration>
Replace the specified MutatingWebhookConfiguration.
replaceAdmissionregistrationV1ValidatingWebhookConfiguration({required ValidatingWebhookConfiguration body, required String name, bool? pretty}) Future<ValidatingWebhookConfiguration>
Replace the specified ValidatingWebhookConfiguration.
replaceApiextensionsV1CustomResourceDefinition({required CustomResourceDefinition body, required String name, bool? pretty}) Future<CustomResourceDefinition>
Replace the specified CustomResourceDefinition.
replaceApiextensionsV1CustomResourceDefinitionStatus({required CustomResourceDefinition body, required String name, bool? pretty}) Future<CustomResourceDefinition>
Replace status of the specified CustomResourceDefinition.
replaceApiregistrationV1APIService({required APIService body, required String name, bool? pretty}) Future<APIService>
Replace the specified APIService.
replaceApiregistrationV1APIServiceStatus({required APIService body, required String name, bool? pretty}) Future<APIService>
Replace status of the specified APIService.
replaceAppsV1NamespacedControllerRevision({required ControllerRevision body, required String name, required String namespace, bool? pretty}) Future<ControllerRevision>
Replace the specified ControllerRevision.
replaceAppsV1NamespacedDaemonSet({required DaemonSet body, required String name, required String namespace, bool? pretty}) Future<DaemonSet>
Replace the specified DaemonSet.
replaceAppsV1NamespacedDaemonSetStatus({required DaemonSet body, required String name, required String namespace, bool? pretty}) Future<DaemonSet>
Replace status of the specified DaemonSet.
replaceAppsV1NamespacedDeployment({required Deployment body, required String name, required String namespace, bool? pretty}) Future<Deployment>
Replace the specified Deployment.
replaceAppsV1NamespacedDeploymentScale({required Scale body, required String name, required String namespace, bool? pretty}) Future<Scale>
Replace scale of the specified Deployment.
replaceAppsV1NamespacedDeploymentStatus({required Deployment body, required String name, required String namespace, bool? pretty}) Future<Deployment>
Replace status of the specified Deployment.
replaceAppsV1NamespacedReplicaSet({required ReplicaSet body, required String name, required String namespace, bool? pretty}) Future<ReplicaSet>
Replace the specified ReplicaSet.
replaceAppsV1NamespacedReplicaSetScale({required Scale body, required String name, required String namespace, bool? pretty}) Future<Scale>
Replace scale of the specified ReplicaSet.
replaceAppsV1NamespacedReplicaSetStatus({required ReplicaSet body, required String name, required String namespace, bool? pretty}) Future<ReplicaSet>
Replace status of the specified ReplicaSet.
replaceAppsV1NamespacedStatefulSet({required StatefulSet body, required String name, required String namespace, bool? pretty}) Future<StatefulSet>
Replace the specified StatefulSet.
replaceAppsV1NamespacedStatefulSetScale({required Scale body, required String name, required String namespace, bool? pretty}) Future<Scale>
Replace scale of the specified StatefulSet.
replaceAppsV1NamespacedStatefulSetStatus({required StatefulSet body, required String name, required String namespace, bool? pretty}) Future<StatefulSet>
Replace status of the specified StatefulSet.
replaceAutoscalingV1NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Replace the specified HorizontalPodAutoscaler.
replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Replace status of the specified HorizontalPodAutoscaler.
replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Replace the specified HorizontalPodAutoscaler.
replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Replace status of the specified HorizontalPodAutoscaler.
replaceAutoscalingV2NamespacedHorizontalPodAutoscaler({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Replace the specified HorizontalPodAutoscaler.
replaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus({required HorizontalPodAutoscaler body, required String name, required String namespace, bool? pretty}) Future<HorizontalPodAutoscaler>
Replace status of the specified HorizontalPodAutoscaler.
replaceBatchV1NamespacedCronJob({required CronJob body, required String name, required String namespace, bool? pretty}) Future<CronJob>
Replace the specified CronJob.
replaceBatchV1NamespacedCronJobStatus({required CronJob body, required String name, required String namespace, bool? pretty}) Future<CronJob>
Replace status of the specified CronJob.
replaceBatchV1NamespacedJob({required Job body, required String name, required String namespace, bool? pretty}) Future<Job>
Replace the specified Job.
replaceBatchV1NamespacedJobStatus({required Job body, required String name, required String namespace, bool? pretty}) Future<Job>
Replace status of the specified Job.
replaceCertificatesV1CertificateSigningRequest({required CertificateSigningRequest body, required String name, bool? pretty}) Future<CertificateSigningRequest>
Replace the specified CertificateSigningRequest.
replaceCertificatesV1CertificateSigningRequestApproval({required CertificateSigningRequest body, required String name, bool? pretty}) Future<CertificateSigningRequest>
Replace approval of the specified CertificateSigningRequest.
replaceCertificatesV1CertificateSigningRequestStatus({required CertificateSigningRequest body, required String name, bool? pretty}) Future<CertificateSigningRequest>
Replace status of the specified CertificateSigningRequest.
replaceCoordinationV1NamespacedLease({required Lease body, required String name, required String namespace, bool? pretty}) Future<Lease>
Replace the specified Lease.
replaceCoreV1Namespace({required Namespace body, required String name, bool? pretty}) Future<Namespace>
Replace the specified Namespace.
replaceCoreV1NamespacedConfigMap({required ConfigMap body, required String name, required String namespace, bool? pretty}) Future<ConfigMap>
Replace the specified ConfigMap.
replaceCoreV1NamespacedEndpoints({required Endpoints body, required String name, required String namespace, bool? pretty}) Future<Endpoints>
Replace the specified Endpoints.
replaceCoreV1NamespacedEvent({required Event body, required String name, required String namespace, bool? pretty}) Future<Event>
Replace the specified Event.
replaceCoreV1NamespacedLimitRange({required LimitRange body, required String name, required String namespace, bool? pretty}) Future<LimitRange>
Replace the specified LimitRange.
replaceCoreV1NamespacedPersistentVolumeClaim({required PersistentVolumeClaim body, required String name, required String namespace, bool? pretty}) Future<PersistentVolumeClaim>
Replace the specified PersistentVolumeClaim.
replaceCoreV1NamespacedPersistentVolumeClaimStatus({required PersistentVolumeClaim body, required String name, required String namespace, bool? pretty}) Future<PersistentVolumeClaim>
Replace status of the specified PersistentVolumeClaim.
replaceCoreV1NamespacedPod({required Pod body, required String name, required String namespace, bool? pretty}) Future<Pod>
Replace the specified Pod.
replaceCoreV1NamespacedPodEphemeralcontainers({required Pod body, required String name, required String namespace, bool? pretty}) Future<Pod>
Replace ephemeralcontainers of the specified Pod.
replaceCoreV1NamespacedPodStatus({required Pod body, required String name, required String namespace, bool? pretty}) Future<Pod>
Replace status of the specified Pod.
replaceCoreV1NamespacedPodTemplate({required PodTemplate body, required String name, required String namespace, bool? pretty}) Future<PodTemplate>
Replace the specified PodTemplate.
replaceCoreV1NamespacedReplicationController({required ReplicationController body, required String name, required String namespace, bool? pretty}) Future<ReplicationController>
Replace the specified ReplicationController.
replaceCoreV1NamespacedReplicationControllerScale({required Scale body, required String name, required String namespace, bool? pretty}) Future<Scale>
Replace scale of the specified ReplicationController.
replaceCoreV1NamespacedReplicationControllerStatus({required ReplicationController body, required String name, required String namespace, bool? pretty}) Future<ReplicationController>
Replace status of the specified ReplicationController.
replaceCoreV1NamespacedResourceQuota({required ResourceQuota body, required String name, required String namespace, bool? pretty}) Future<ResourceQuota>
Replace the specified ResourceQuota.
replaceCoreV1NamespacedResourceQuotaStatus({required ResourceQuota body, required String name, required String namespace, bool? pretty}) Future<ResourceQuota>
Replace status of the specified ResourceQuota.
replaceCoreV1NamespacedSecret({required Secret body, required String name, required String namespace, bool? pretty}) Future<Secret>
Replace the specified Secret.
replaceCoreV1NamespacedService({required Service body, required String name, required String namespace, bool? pretty}) Future<Service>
Replace the specified Service.
replaceCoreV1NamespacedServiceAccount({required ServiceAccount body, required String name, required String namespace, bool? pretty}) Future<ServiceAccount>
Replace the specified ServiceAccount.
replaceCoreV1NamespacedServiceStatus({required Service body, required String name, required String namespace, bool? pretty}) Future<Service>
Replace status of the specified Service.
replaceCoreV1NamespaceFinalize({required Namespace body, String? dryRun, String? fieldManager, String? fieldValidation, required String name, bool? pretty}) Future<Namespace>
Replace finalize of the specified Namespace.
replaceCoreV1NamespaceStatus({required Namespace body, required String name, bool? pretty}) Future<Namespace>
Replace status of the specified Namespace.
replaceCoreV1Node({required Node body, required String name, bool? pretty}) Future<Node>
Replace the specified Node.
replaceCoreV1NodeStatus({required Node body, required String name, bool? pretty}) Future<Node>
Replace status of the specified Node.
replaceCoreV1PersistentVolume({required PersistentVolume body, required String name, bool? pretty}) Future<PersistentVolume>
Replace the specified PersistentVolume.
replaceCoreV1PersistentVolumeStatus({required PersistentVolume body, required String name, bool? pretty}) Future<PersistentVolume>
Replace status of the specified PersistentVolume.
replaceDiscoveryV1NamespacedEndpointSlice({required EndpointSlice body, required String name, required String namespace, bool? pretty}) Future<EndpointSlice>
Replace the specified EndpointSlice.
replaceEventsV1NamespacedEvent({required Event body, required String name, required String namespace, bool? pretty}) Future<Event>
Replace the specified Event.
replaceFlowcontrolApiserverV1beta1FlowSchema({required FlowSchema body, required String name, bool? pretty}) Future<FlowSchema>
Replace the specified FlowSchema.
replaceFlowcontrolApiserverV1beta1FlowSchemaStatus({required FlowSchema body, required String name, bool? pretty}) Future<FlowSchema>
Replace status of the specified FlowSchema.
replaceFlowcontrolApiserverV1beta1PriorityLevelConfiguration({required PriorityLevelConfiguration body, required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Replace the specified PriorityLevelConfiguration.
replaceFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus({required PriorityLevelConfiguration body, required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Replace status of the specified PriorityLevelConfiguration.
replaceFlowcontrolApiserverV1beta2FlowSchema({required FlowSchema body, required String name, bool? pretty}) Future<FlowSchema>
Replace the specified FlowSchema.
replaceFlowcontrolApiserverV1beta2FlowSchemaStatus({required FlowSchema body, required String name, bool? pretty}) Future<FlowSchema>
Replace status of the specified FlowSchema.
replaceFlowcontrolApiserverV1beta2PriorityLevelConfiguration({required PriorityLevelConfiguration body, required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Replace the specified PriorityLevelConfiguration.
replaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus({required PriorityLevelConfiguration body, required String name, bool? pretty}) Future<PriorityLevelConfiguration>
Replace status of the specified PriorityLevelConfiguration.
replaceInternalApiserverV1alpha1StorageVersion({required StorageVersion body, required String name, bool? pretty}) Future<StorageVersion>
Replace the specified StorageVersion.
replaceInternalApiserverV1alpha1StorageVersionStatus({required StorageVersion body, required String name, bool? pretty}) Future<StorageVersion>
Replace status of the specified StorageVersion.
replaceNetworkingV1IngressClass({required IngressClass body, required String name, bool? pretty}) Future<IngressClass>
Replace the specified IngressClass.
replaceNetworkingV1NamespacedIngress({required Ingress body, required String name, required String namespace, bool? pretty}) Future<Ingress>
Replace the specified Ingress.
replaceNetworkingV1NamespacedIngressStatus({required Ingress body, required String name, required String namespace, bool? pretty}) Future<Ingress>
Replace status of the specified Ingress.
replaceNetworkingV1NamespacedNetworkPolicy({required NetworkPolicy body, required String name, required String namespace, bool? pretty}) Future<NetworkPolicy>
Replace the specified NetworkPolicy.
replaceNetworkingV1NamespacedNetworkPolicyStatus({required NetworkPolicy body, required String name, required String namespace, bool? pretty}) Future<NetworkPolicy>
Replace status of the specified NetworkPolicy.
replaceNodeV1RuntimeClass({required RuntimeClass body, required String name, bool? pretty}) Future<RuntimeClass>
Replace the specified RuntimeClass.
replacePolicyV1NamespacedPodDisruptionBudget({required PodDisruptionBudget body, required String name, required String namespace, bool? pretty}) Future<PodDisruptionBudget>
Replace the specified PodDisruptionBudget.
replacePolicyV1NamespacedPodDisruptionBudgetStatus({required PodDisruptionBudget body, required String name, required String namespace, bool? pretty}) Future<PodDisruptionBudget>
Replace status of the specified PodDisruptionBudget.
replaceRbacAuthorizationV1ClusterRole({required ClusterRole body, required String name, bool? pretty}) Future<ClusterRole>
Replace the specified ClusterRole.
replaceRbacAuthorizationV1ClusterRoleBinding({required ClusterRoleBinding body, required String name, bool? pretty}) Future<ClusterRoleBinding>
Replace the specified ClusterRoleBinding.
replaceRbacAuthorizationV1NamespacedRole({required Role body, required String name, required String namespace, bool? pretty}) Future<Role>
Replace the specified Role.
replaceRbacAuthorizationV1NamespacedRoleBinding({required RoleBinding body, required String name, required String namespace, bool? pretty}) Future<RoleBinding>
Replace the specified RoleBinding.
replaceSchedulingV1PriorityClass({required PriorityClass body, required String name, bool? pretty}) Future<PriorityClass>
Replace the specified PriorityClass.
replaceStorageV1CSIDriver({required CSIDriver body, required String name, bool? pretty}) Future<CSIDriver>
Replace the specified CSIDriver.
replaceStorageV1CSINode({required CSINode body, required String name, bool? pretty}) Future<CSINode>
Replace the specified CSINode.
replaceStorageV1NamespacedCSIStorageCapacity({required CSIStorageCapacity body, required String name, required String namespace, bool? pretty}) Future<CSIStorageCapacity>
Replace the specified CSIStorageCapacity.
replaceStorageV1StorageClass({required StorageClass body, required String name, bool? pretty}) Future<StorageClass>
Replace the specified StorageClass.
replaceStorageV1VolumeAttachment({required VolumeAttachment body, required String name, bool? pretty}) Future<VolumeAttachment>
Replace the specified VolumeAttachment.
replaceStorageV1VolumeAttachmentStatus({required VolumeAttachment body, required String name, bool? pretty}) Future<VolumeAttachment>
Replace status of the specified VolumeAttachment.
toString() String
A string representation of this object.
inherited
watchAdmissionregistrationV1MutatingWebhookConfiguration({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind MutatingWebhookConfiguration. Filtered to a single item with the 'fieldSelector' parameter.
watchAdmissionregistrationV1MutatingWebhookConfigurationList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of MutatingWebhookConfiguration.
watchAdmissionregistrationV1ValidatingWebhookConfiguration({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ValidatingWebhookConfiguration. Filtered to a single item with the 'fieldSelector' parameter.
watchAdmissionregistrationV1ValidatingWebhookConfigurationList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ValidatingWebhookConfiguration.
watchApiextensionsV1CustomResourceDefinition({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind CustomResourceDefinition. Filtered to a single item with the 'fieldSelector' parameter.
watchApiextensionsV1CustomResourceDefinitionList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CustomResourceDefinition.
watchApiregistrationV1APIService({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind APIService. Filtered to a single item with the 'fieldSelector' parameter.
watchApiregistrationV1APIServiceList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of APIService.
watchAppsV1ControllerRevisionListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ControllerRevision.
watchAppsV1DaemonSetListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of DaemonSet.
watchAppsV1DeploymentListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Deployment.
watchAppsV1NamespacedControllerRevision({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ControllerRevision. Filtered to a single item with the 'fieldSelector' parameter.
watchAppsV1NamespacedControllerRevisionList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ControllerRevision.
watchAppsV1NamespacedDaemonSet({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind DaemonSet. Filtered to a single item with the 'fieldSelector' parameter.
watchAppsV1NamespacedDaemonSetList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of DaemonSet.
watchAppsV1NamespacedDeployment({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Deployment. Filtered to a single item with the 'fieldSelector' parameter.
watchAppsV1NamespacedDeploymentList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Deployment.
watchAppsV1NamespacedReplicaSet({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ReplicaSet. Filtered to a single item with the 'fieldSelector' parameter.
watchAppsV1NamespacedReplicaSetList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ReplicaSet.
watchAppsV1NamespacedStatefulSet({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind StatefulSet. Filtered to a single item with the 'fieldSelector' parameter.
watchAppsV1NamespacedStatefulSetList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of StatefulSet.
watchAppsV1ReplicaSetListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ReplicaSet.
watchAppsV1StatefulSetListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of StatefulSet.
watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of HorizontalPodAutoscaler.
watchAutoscalingV1NamespacedHorizontalPodAutoscaler({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind HorizontalPodAutoscaler. Filtered to a single item with the 'fieldSelector' parameter.
watchAutoscalingV1NamespacedHorizontalPodAutoscalerList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of HorizontalPodAutoscaler.
watchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of HorizontalPodAutoscaler.
watchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind HorizontalPodAutoscaler. Filtered to a single item with the 'fieldSelector' parameter.
watchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of HorizontalPodAutoscaler.
watchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of HorizontalPodAutoscaler.
watchAutoscalingV2NamespacedHorizontalPodAutoscaler({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind HorizontalPodAutoscaler. Filtered to a single item with the 'fieldSelector' parameter.
watchAutoscalingV2NamespacedHorizontalPodAutoscalerList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of HorizontalPodAutoscaler.
watchBatchV1CronJobListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CronJob.
watchBatchV1JobListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Job.
watchBatchV1NamespacedCronJob({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind CronJob. Filtered to a single item with the 'fieldSelector' parameter.
watchBatchV1NamespacedCronJobList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CronJob.
watchBatchV1NamespacedJob({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Job. Filtered to a single item with the 'fieldSelector' parameter.
watchBatchV1NamespacedJobList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Job.
watchCertificatesV1CertificateSigningRequest({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind CertificateSigningRequest. Filtered to a single item with the 'fieldSelector' parameter.
watchCertificatesV1CertificateSigningRequestList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CertificateSigningRequest.
watchCoordinationV1LeaseListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Lease.
watchCoordinationV1NamespacedLease({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Lease. Filtered to a single item with the 'fieldSelector' parameter.
watchCoordinationV1NamespacedLeaseList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Lease.
watchCoreV1ConfigMapListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ConfigMap.
watchCoreV1EndpointsListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Endpoints.
watchCoreV1EventListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Event.
watchCoreV1LimitRangeListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of LimitRange.
watchCoreV1Namespace({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Namespace. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedConfigMap({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ConfigMap. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedConfigMapList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ConfigMap.
watchCoreV1NamespacedEndpoints({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Endpoints. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedEndpointsList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Endpoints.
watchCoreV1NamespacedEvent({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Event. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedEventList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Event.
watchCoreV1NamespacedLimitRange({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind LimitRange. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedLimitRangeList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of LimitRange.
watchCoreV1NamespacedPersistentVolumeClaim({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind PersistentVolumeClaim. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedPersistentVolumeClaimList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PersistentVolumeClaim.
watchCoreV1NamespacedPod({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Pod. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedPodList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Pod.
watchCoreV1NamespacedPodTemplate({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind PodTemplate. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedPodTemplateList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PodTemplate.
watchCoreV1NamespacedReplicationController({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ReplicationController. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedReplicationControllerList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ReplicationController.
watchCoreV1NamespacedResourceQuota({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ResourceQuota. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedResourceQuotaList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ResourceQuota.
watchCoreV1NamespacedSecret({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Secret. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedSecretList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Secret.
watchCoreV1NamespacedService({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Service. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedServiceAccount({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ServiceAccount. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedServiceAccountList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ServiceAccount.
watchCoreV1NamespacedServiceList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Service.
watchCoreV1NamespaceList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Namespace.
watchCoreV1Node({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Node. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NodeList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Node.
watchCoreV1PersistentVolume({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind PersistentVolume. Filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1PersistentVolumeClaimListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PersistentVolumeClaim.
watchCoreV1PersistentVolumeList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PersistentVolume.
watchCoreV1PodListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Pod.
watchCoreV1PodTemplateListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PodTemplate.
watchCoreV1ReplicationControllerListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ReplicationController.
watchCoreV1ResourceQuotaListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ResourceQuota.
watchCoreV1SecretListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Secret.
watchCoreV1ServiceAccountListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ServiceAccount.
watchCoreV1ServiceListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Service.
watchDiscoveryV1EndpointSliceListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of EndpointSlice.
watchDiscoveryV1NamespacedEndpointSlice({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind EndpointSlice. Filtered to a single item with the 'fieldSelector' parameter.
watchDiscoveryV1NamespacedEndpointSliceList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of EndpointSlice.
watchEventsV1EventListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Event.
watchEventsV1NamespacedEvent({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Event. Filtered to a single item with the 'fieldSelector' parameter.
watchEventsV1NamespacedEventList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Event.
watchFlowcontrolApiserverV1beta1FlowSchema({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind FlowSchema. Filtered to a single item with the 'fieldSelector' parameter.
watchFlowcontrolApiserverV1beta1FlowSchemaList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of FlowSchema.
watchFlowcontrolApiserverV1beta1PriorityLevelConfiguration({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind PriorityLevelConfiguration. Filtered to a single item with the 'fieldSelector' parameter.
watchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PriorityLevelConfiguration.
watchFlowcontrolApiserverV1beta2FlowSchema({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind FlowSchema. Filtered to a single item with the 'fieldSelector' parameter.
watchFlowcontrolApiserverV1beta2FlowSchemaList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of FlowSchema.
watchFlowcontrolApiserverV1beta2PriorityLevelConfiguration({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind PriorityLevelConfiguration. Filtered to a single item with the 'fieldSelector' parameter.
watchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PriorityLevelConfiguration.
watchInternalApiserverV1alpha1StorageVersion({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind StorageVersion. Filtered to a single item with the 'fieldSelector' parameter.
watchInternalApiserverV1alpha1StorageVersionList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of StorageVersion.
watchNetworkingV1IngressClass({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind IngressClass. Filtered to a single item with the 'fieldSelector' parameter.
watchNetworkingV1IngressClassList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of IngressClass.
watchNetworkingV1IngressListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Ingress.
watchNetworkingV1NamespacedIngress({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Ingress. Filtered to a single item with the 'fieldSelector' parameter.
watchNetworkingV1NamespacedIngressList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Ingress.
watchNetworkingV1NamespacedNetworkPolicy({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind NetworkPolicy. Filtered to a single item with the 'fieldSelector' parameter.
watchNetworkingV1NamespacedNetworkPolicyList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of NetworkPolicy.
watchNetworkingV1NetworkPolicyListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of NetworkPolicy.
watchNodeV1RuntimeClass({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind RuntimeClass. Filtered to a single item with the 'fieldSelector' parameter.
watchNodeV1RuntimeClassList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of RuntimeClass.
watchPolicyV1NamespacedPodDisruptionBudget({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind PodDisruptionBudget. Filtered to a single item with the 'fieldSelector' parameter.
watchPolicyV1NamespacedPodDisruptionBudgetList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PodDisruptionBudget.
watchPolicyV1PodDisruptionBudgetListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PodDisruptionBudget.
watchRbacAuthorizationV1ClusterRole({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ClusterRole. Filtered to a single item with the 'fieldSelector' parameter.
watchRbacAuthorizationV1ClusterRoleBinding({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind ClusterRoleBinding. Filtered to a single item with the 'fieldSelector' parameter.
watchRbacAuthorizationV1ClusterRoleBindingList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ClusterRoleBinding.
watchRbacAuthorizationV1ClusterRoleList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of ClusterRole.
watchRbacAuthorizationV1NamespacedRole({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind Role. Filtered to a single item with the 'fieldSelector' parameter.
watchRbacAuthorizationV1NamespacedRoleBinding({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind RoleBinding. Filtered to a single item with the 'fieldSelector' parameter.
watchRbacAuthorizationV1NamespacedRoleBindingList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of RoleBinding.
watchRbacAuthorizationV1NamespacedRoleList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Role.
watchRbacAuthorizationV1RoleBindingListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of RoleBinding.
watchRbacAuthorizationV1RoleListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of Role.
watchSchedulingV1PriorityClass({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind PriorityClass. Filtered to a single item with the 'fieldSelector' parameter.
watchSchedulingV1PriorityClassList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of PriorityClass.
watchStorageV1beta1CSIStorageCapacityListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CSIStorageCapacity.
watchStorageV1beta1NamespacedCSIStorageCapacity({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind CSIStorageCapacity. Filtered to a single item with the 'fieldSelector' parameter.
watchStorageV1beta1NamespacedCSIStorageCapacityList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CSIStorageCapacity.
watchStorageV1CSIDriver({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind CSIDriver. Filtered to a single item with the 'fieldSelector' parameter.
watchStorageV1CSIDriverList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CSIDriver.
watchStorageV1CSINode({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind CSINode. Filtered to a single item with the 'fieldSelector' parameter.
watchStorageV1CSINodeList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CSINode.
watchStorageV1CSIStorageCapacityListForAllNamespaces({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CSIStorageCapacity.
watchStorageV1NamespacedCSIStorageCapacity({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind CSIStorageCapacity. Filtered to a single item with the 'fieldSelector' parameter.
watchStorageV1NamespacedCSIStorageCapacityList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String namespace, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of CSIStorageCapacity.
watchStorageV1StorageClass({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind StorageClass. Filtered to a single item with the 'fieldSelector' parameter.
watchStorageV1StorageClassList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of StorageClass.
watchStorageV1VolumeAttachment({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, required String name, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch changes to an object of kind VolumeAttachment. Filtered to a single item with the 'fieldSelector' parameter.
watchStorageV1VolumeAttachmentList({bool? allowWatchBookmarks, String? $continue, String? fieldSelector, String? labelSelector, int? limit, bool? pretty, String? resourceVersion, String? resourceVersionMatch, int? timeoutSeconds, bool? watch}) Future<WatchEvent>
Watch individual changes to a list of VolumeAttachment.

Operators

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